The creators of the open-source file-sharing software ownCloud have
alerted users about three serious security vulnerabilities. These flaws could allow attackers to access confidential information and make changes to files.
Brief description of the vulnerabilities is as follows:
By infosecbulletin
/ Friday , January 17 2025
Amazon Web Services (AWS) has recently fixed two major security vulnerabilities in its cloud services: Amazon WorkSpaces, Amazon AppStream 2.0,...
Read More
By infosecbulletin
/ Friday , January 17 2025
Last year saw a significant rise in cyber threats, with malware becoming more advanced and attack strategies more sophisticated. A...
Read More
By infosecbulletin
/ Thursday , January 16 2025
A recent Infoblox Threat Intel report reveals a sophisticated botnet that exploits DNS misconfigurations to spread malware widely. This botnet,...
Read More
By infosecbulletin
/ Thursday , January 16 2025
A new security flaw traced, CVE-2024-9042, poses a serious risk to Kubernetes clusters with Windows worker nodes. It has a...
Read More
By infosecbulletin
/ Thursday , January 16 2025
The hacking group "Belsen Group" has posted over 15,000 unique FortiGate firewall configurations online. The data dump, reportedly obtained by exploiting...
Read More
By infosecbulletin
/ Thursday , January 16 2025
Registration open for "1st Agile Cyber Drill-2025" scheduled for February 26, 2025 online with an awards ceremony for 9 March...
Read More
By infosecbulletin
/ Wednesday , January 15 2025
The FutureCrime Summit 2025 is just 30 days away. This conference is the largest on technology-driven crime, covering topics like...
Read More
By infosecbulletin
/ Wednesday , January 15 2025
Microsoft's January Patch Tuesday update fixed 159 vulnerabilities, including 10 critical Remote Code Execution (RCE) issues. These updates are essential...
Read More
By infosecbulletin
/ Tuesday , January 14 2025
Fortinet released security patches for a critical vulnerability (CVE-2023-37936) involving a hard-coded cryptographic key. This flaw lets remote, unauthorized attackers...
Read More
By infosecbulletin
/ Tuesday , January 14 2025
A critical flaw in Google’s "Sign in with Google" system has put millions of Americans at risk of data theft....
Read More
Sensitive credentials and configuration in container deployments for graphapi versions 0.2.0 to 0.3.0 were exposed, leading to a security vulnerability with a CVSS score of 10.0.
WebDAV API authentication bypass through the use of pre-signed URLs affects core versions 10.6.0 to 10.13.0. This vulnerability has a CVSS score of 9.8.
Subdomain Validation Bypass impacting oauth2 prior to version 0.6.1 (CVSS score: 9.0)
“The first vulnerability involves the ‘graphapi’ app relying on a third-party library that exposes the PHP environment configuration details (phpinfo).”
“This information includes all the environment variables of the web server. In containerized deployments, these environment variables may include sensitive data such as the ownCloud admin password, mail server credentials, and license key.”
To fix the issue, ownCloud suggests removing the “owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php” file and disabling the ‘phpinfo’ function. Additionally, users are advised to update their ownCloud admin password, mail server and database credentials, and Object-Store/S3 access keys.
The second problem allows anyone to access, modify, or delete any file without needing authentication if they know the victim’s username and the victim hasn’t set up a signing-key, which is the default setting.
“Lastly, the third flaw relates to a case of improper access control that enables an attacker to redirect callbacks to a TLD controlled by the attacker without undergoing validation.”
Besides adding hardening measures to the validation code in the oauth2 app, ownCloud has suggested that users disable the “Allow Subdomains” option as a workaround.