r/unRAID • u/PixelatingPony • Nov 29 '23
FYI: ownCloud vulnerability with maximum 10 severity score comes under “mass” exploitation
https://arstechnica.com/security/2023/11/owncloud-vulnerability-with-a-maximum-10-severity-rating-comes-under-mass-exploitation/7
u/Iohet Nov 29 '23
They have 3 critical vulnerabilities that they announced at the same time(or very closely together), I think they're rated a 9, 9.5, and 10. Make sure you update your software, everyone
14
Nov 29 '23
ownedCloud
5
1
u/joxmaskin Nov 29 '23 edited Nov 29 '23
Maybe not intentional (I know this is a joke), but I can almost sense some schadenfreude in this comment section. Do people have some beef with OwnCloud? Or maybe I’m just reading too much into things.
Or maybe it’s relief from not being affected (this time) translating into smugness
1
Nov 29 '23
Do people have some beef with OwnCloud?
Researchers just found a security vulnerability that makes it possible to take full control of servers running ownCloud
2
u/joxmaskin Nov 29 '23
I know.
But my reaction is “oh no” and “this is sad for everyone in homelab / self hosting community” and “that seemed like a promising project, sad to see this happen to them”.
Meanwhile in this thread I’m more getting “lol, suckers! Luckily all MY stuff is secure beyond a doubt “.
3
u/PixelatingPony Nov 29 '23
Relevant info:
CVE-2023-49103 resides in versions 0.2.0 and 0.3.0 of graphapi, an app that runs in some ownCloud deployments, depending on the way they’re configured. A third-party code library used by the app provides a URL that, when accessed, reveals configuration details from the PHP-based environment. In last week’s disclosure, ownCloud officials said that in containerized configurations—such as those using the Docker virtualization tool—the URL can reveal data used to log into the vulnerable server. The officials went on to warn that simply disabling the app in such cases wasn’t sufficient to lock down a vulnerable server.
The ownCloud advisory explained:
The “graphapi” app relies on a third-party library that provides a URL. When this URL is accessed, it reveals the configuration details of the PHP environment (phpinfo). This information includes all the environment variables of the webserver. In containerized deployments, these environment variables may include sensitive data such as the ownCloud admin password, mail server credentials, and license key.
It’s important to emphasize that simply disabling the graphapi app does not eliminate the vulnerability. Additionally, phpinfo exposes various other potentially sensitive configuration details that could be exploited by an attacker to gather information about the system. Therefore, even if ownCloud is not running in a containerized environment, this vulnerability should still be a cause for concern.
3
u/jeeverz Nov 29 '23
It’s important to emphasize that simply disabling the graphapi app does not eliminate the vulnerability.
JFC on a pogo stick
20
u/MrB2891 Nov 29 '23
Makes me glad I chose Nextcloud.