• Home
  • Cyber Crime
  • Cyber warfare
  • APT
  • Data Breach
  • Deep Web
  • Digital ID
  • Hacking
  • Hacktivism
  • Intelligence
  • Internet of Things
  • Laws and regulations
  • Malware
  • Mobile
  • Reports
  • Security
  • Social Networks
  • Terrorism
  • ICS-SCADA
  • POLICIES
  • Contact me
MUST READ

Athlete or Hacker? Russian basketball player accused in U.S. ransomware case

 | 

U.S. CISA adds Citrix NetScaler ADC and Gateway flaw to its Known Exploited Vulnerabilities catalog

 | 

UK NCA arrested four people over M&S, Co-op cyberattacks

 | 

PerfektBlue Bluetooth attack allows hacking infotainment systems of Mercedes, Volkswagen, and Skoda

 | 

Qantas data breach impacted 5.7 million individuals

 | 

DoNot APT is expanding scope targeting European foreign ministries

 | 

Nippon Steel Solutions suffered a data breach following a zero-day attack

 | 

Iranian group Pay2Key.I2P ramps Up ransomware attacks against Israel and US with incentives for affiliates

 | 

Hackers weaponize Shellter red teaming tool to spread infostealers

 | 

Microsoft Patch Tuesday security updates for July 2025 fixed a zero-day

 | 

Italian police arrested a Chinese national suspected of cyberespionage on a U.S. warrant

 | 

U.S. CISA adds MRLG, PHPMailer, Rails Ruby on Rails, and Synacor Zimbra Collaboration Suite flaws to its Known Exploited Vulnerabilities catalog

 | 

IT Worker arrested for selling access in $100M PIX cyber heist

 | 

New Batavia spyware targets Russian industrial enterprises

 | 

Taiwan flags security risks in popular Chinese apps after official probe

 | 

U.S. CISA adds Google Chromium V8 flaw to its Known Exploited Vulnerabilities catalog

 | 

Hunters International ransomware gang shuts down and offers free decryption keys to all victims

 | 

SECURITY AFFAIRS MALWARE NEWSLETTER ROUND 52

 | 

Security Affairs newsletter Round 531 by Pierluigi Paganini – INTERNATIONAL EDITION

 | 

North Korea-linked threat actors spread macOS NimDoor malware via fake Zoom updates

 | 
  • Home
  • Cyber Crime
  • Cyber warfare
  • APT
  • Data Breach
  • Deep Web
  • Digital ID
  • Hacking
  • Hacktivism
  • Intelligence
  • Internet of Things
  • Laws and regulations
  • Malware
  • Mobile
  • Reports
  • Security
  • Social Networks
  • Terrorism
  • ICS-SCADA
  • POLICIES
  • Contact me
  • Home
  • Breaking News
  • Hacking
  • Security
  • Some of TOP universities wouldn’t pass cybersecurity exam: left websites vulnerable

Some of TOP universities wouldn’t pass cybersecurity exam: left websites vulnerable

Pierluigi Paganini September 11, 2023

CyberNews researchers discovered that many universities worldwide are leaking sensitive information and are even open to full takeover.

Many universities worldwide, including some of the most prestigious, leave their webpages unpatched, leaking sensitive information, and even open to full takeovers, a Cybernews Research team investigation reveals. Among the 20 cases found, at least six websites belong to the top 100 universities list worldwide.

The Cybernews Research team scrutinized 20 websites with millions of monthly visitors in more detail. An investigation into indexed information from internet-connected devices provided a list of universities with compromised website security. Researchers were able to confirm the entries were accurate.

“Seeing many websites left vulnerable was unexpected, as attacks against universities have historically been very common, starting from DDoS attacks launched by students trying to cancel classes to full-blown ransomware attacks,” Cybernews researchers said.

All of the investigated university websites had more than a million monthly visitors, according to Similarweb. Six universities were ranked in the Top 100 list, and 13 were in the Top 1000 list.

The level of security wasn’t necessarily linked to the university’s size or significance, as both small and large universities displayed similar vulnerabilities. While the findings didn’t include any unprotected databases or vulnerabilities more than a year old, some universities were late to apply security updates. Researchers also found several critical vulnerabilities and very sensitive credentials being leaked.

In the case of the following five universities, leaked information could have allowed a complete website takeover:

  • UTEL University (Mexico)
  • National Taiwan University
  • Walden University
  • University of West Indies (Jamaica)
  • University of California San Diego

In the case of 12 universities (including those mentioned above), it would’ve been possible to obtain private student and teacher information using leaked credentials or exploiting vulnerabilities, such as Remote Code Execution, which are some of the most dangerous attacks:

  • University of Pittsburgh
  • University of British Columbia
  • University of the Andes (Colombia, Universidad de los Andes)
  • Liberty University
  • Old Dominion University
  • Vanderbilt University
  • University of New Hampshire

The last eight universities had other less significant vulnerabilities, such as leaving access to source code with full or partial credentials.

“It’s important to note the scope of the research was not exhaustive, meaning that the vulnerabilities and misconfigurations that we found are relatively easy to find for unskilled attackers and just as easy to exploit. For a more detailed analysis, a deeper penetration testing would be required,” Cybernews researchers noted.

The vulnerabilities identified throughout the research were addressed before the publication of this article.

What did website administrators miss?

Vulnerabilities that could allow a takeover of a website were either due to exposed environment files (.env) or remote code execution (RCE) vulnerabilities.

Three universities had very sensitive information leaking.

The University of California San Diego (UCSD) is a public land-grant research university founded in 1960. It currently enrolls 43,000, and 27 alumni have received Nobel Prizes. Yet, the website of UCSD left database credentials, Cloudflare credentials, WordPress credentials, and email credentials up for grabs. Attackers could use these for a website takeover, redirects to malicious servers, phishing from an official communication channel, and accessing user information.

Similarly, the website of National Taiwan University (NTU), a public research institution with 33,000 students, was leaking JSON Web Token secrets, database credentials, and a git URL with a username. All this could enable attackers to hijack accounts and have admin access.

The Latin American Technology University Online (UTEL) website was leaking JSON Web Token secrets, Google Cloud secrets, credentials, hosts for multiple databases, and Git URL (without credentials). That could allow arbitrary admin account creation and access to files and personal information. UTEL is a private Mexican university for online education founded in 2008.

Two smaller universities, Walden University (CVE-2022-29464) and the University of West Indies, had websites vulnerable to remote code execution that could allow a website takeover.

Files should not be public, and services need to be updated

Environment files should not be left accessible to outsiders as those are configuration files, often containing credentials for some or all third party services, databases, and APIs used by a web application. A malicious actor could use exposed credentials to access private databases and abuse API functions. As discovered, in some cases, the leaked credentials could lead to a full website compromise.

“Developers should make sure that their environment files are not publicly accessible, reset leaked credentials, and consider starting to monitor for such leaks in the future,” Cybernews researchers warn.

Also, compromised credentials for Git repository configuration files, which allow attackers to download and inspect the website’s source code, should be reset.

RCE vulnerabilities, such as WSO2 Web server RCE vulnerability (CVE-2022-29464) and Microsoft Exchange RCE vulnerability (CVE-2023-21529), are documented and require manual or automatic patching or updating of the Microsoft Exchange server.

“Walden University and The University of West Indies were running vulnerable WSO2 web server versions, patched on 2022-04-25, meaning that these servers were not updated in over a year,” Cybernews researchers write.

Other universities, such as Vanderbilt, New Hampshire, and Old Dominion, were more than a month late to patch their Microsoft Exchange servers from the RCE vulnerability.

“In regards to leaked credentials, two universities used default credentials for a given software package, and five used weak, guessable passwords. This reflects poor security practices and hints that credentials used for other applications may also suffer from the same weak password policies.”

Cybernews contacted all universities mentioned in the research. Portland State University resolved the issue when it was reported.

“In our case, the discovered issue was an inconsequential information disclosure of file modification metadata for public files. There is no foreseeable negative impact for the specific instance of the issue in question. The underlying cause was a difference between how our application is deployed and in how our repository of static assets shared across sites are deployed, in the case of application deployment multiple other controls are in place preventing this type of information disclosure,” the university commented.

The University of Pittsburgh responded with a comment, which reads: “Ensuring data security is of utmost importance to the university and we thank you for bringing this matter to our attention. Our information security team took immediate steps to correct this vulnerability upon being notified on April 25th.”

Due to the sensitive nature of our cybersecurity precautions, the university was otherwise unable to provide further comment.

„Old Dominion University (ODU) learned of a vulnerability upon the release of a patch when the first public disclosure was made in February. The vulnerability was not being exploited at the time. To apply the patch, ODU followed its standard risk-based approach designed to manage all operational risks, including those posed by the vulnerability,“ ODU writes in a statement.

Walden University’s answer was as follows:

“Walden University can confirm that we have not had any data leaks or exposure. We have a robust monitoring system committed to protecting the privacy and security information of our students and staff, regularly conducting software updates and scans for potential vulnerabilities to ensure that there are no exposures. If and when false positive vulnerabilities arise due to decommissioned devices, we work closely with our partners to release patches that address them. Additionally, Walden deploys monthly patches to all of the machines within our environment, and the organization undergoes an annual external penetration test to validate our configurations and cyber security controls.”

If you want to know about other flaws discovered by the researchers take a look at the original post at https://cybernews.com/editorial/universities-left-websites-vulnerable-cybersattacks/

About the author: Ernestas Naprys, Senior Journalist at CyberNews

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, TOP universities)


facebook linkedin twitter

Hacking hacking news information security news IT Information Security Pierluigi Paganini Security Affairs Security News TOP universities

you might also like

Pierluigi Paganini July 11, 2025
U.S. CISA adds Citrix NetScaler ADC and Gateway flaw to its Known Exploited Vulnerabilities catalog
Read more
Pierluigi Paganini July 10, 2025
UK NCA arrested four people over M&S, Co-op cyberattacks
Read more

leave a comment

newsletter

Subscribe to my email list and stay
up-to-date!

    recent articles

    Athlete or Hacker? Russian basketball player accused in U.S. ransomware case

    Uncategorized / July 11, 2025

    U.S. CISA adds Citrix NetScaler ADC and Gateway flaw to its Known Exploited Vulnerabilities catalog

    Hacking / July 11, 2025

    UK NCA arrested four people over M&S, Co-op cyberattacks

    Cyber Crime / July 10, 2025

    PerfektBlue Bluetooth attack allows hacking infotainment systems of Mercedes, Volkswagen, and Skoda

    Hacking / July 10, 2025

    Qantas data breach impacted 5.7 million individuals

    Data Breach / July 10, 2025

    To contact me write an email to:

    Pierluigi Paganini :
    pierluigi.paganini@securityaffairs.co

    LEARN MORE

    QUICK LINKS

    • Home
    • Cyber Crime
    • Cyber warfare
    • APT
    • Data Breach
    • Deep Web
    • Digital ID
    • Hacking
    • Hacktivism
    • Intelligence
    • Internet of Things
    • Laws and regulations
    • Malware
    • Mobile
    • Reports
    • Security
    • Social Networks
    • Terrorism
    • ICS-SCADA
    • POLICIES
    • Contact me

    Copyright@securityaffairs 2024

    We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
    Cookie SettingsAccept All
    Manage consent

    Privacy Overview

    This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities...
    Necessary
    Always Enabled
    Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
    Non-necessary
    Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
    SAVE & ACCEPT