CVE-2022-24637:
Improper Privilege Management in Open Web Analytics
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.99823%
CWE
Published
3/19/2022
Updated
3/17/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
open-web-analytics/open-web-analytics | composer | < 1.7.4 | 1.7.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The primary vulnerability stems from owa_fileCache::putItemToCacheStore's improper header generation, which directly causes sensitive data exposure via unparsed PHP files. This is confirmed by the devel0pment.de analysis showing single-quote usage in cache headers. The secondary function owa_optionsUpdateController::action is implicated in the exploit chain by allowing settings changes that facilitate RCE, as documented in the vulnerability's technical breakdown. Both functions are explicitly tied to the described attack vectors.