Cyber Resilience

CVE-2022-24637

Openwebanalytics Open Web Analytics ≤ 1.7.4

Public PoCHigh EPSS
Published
18 March 2022
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.99 99.9th percentile
Risk Priority 97 floored blend · peak EPSS

Summary

CVE-2022-24637 is a critical-severity Improper Privilege Management (CWE-269) vulnerability in Openwebanalytics Open Web Analytics. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

Open Web Analytics (OWA) versions before 1.7.4 contain a vulnerability that permits an unauthenticated remote attacker to obtain sensitive user information by leveraging improperly generated cache hashes. The root cause is that files created with the sequence '<?php rather than the intended "<?php are not processed by the PHP interpreter, allowing the attacker to read cached content containing credentials or tokens that can be used to escalate to administrative privileges. The issue is tracked as CWE-269 and carries a CVSS 3.1 score of 9.8.

An unauthenticated attacker with network access can exploit the flaw to retrieve the sensitive cached data and subsequently obtain admin-level access within the OWA installation. Public exploit code demonstrating remote code execution chains that begin with this information disclosure has been published on PacketStorm.

The official fix is provided in the OWA 1.7.4 release, which corrects the PHP tag handling that leads to the cache exposure. Administrators are advised to upgrade immediately from any prior version.

The CVE maintains a very high EPSS score, currently 0.9331 with a recorded peak of 0.9690, indicating sustained exploitation interest after disclosure.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Open Web Analytics (OWA) before 1.7.4 allows an unauthenticated remote attacker to obtain sensitive user information, which can be used to gain admin privileges by leveraging cache hashes. This occurs because files generated with '<?php (instead of the intended "<?php…

more

sequence) aren't handled by the PHP interpreter.

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
Unauthenticated remote attacker exploits a public-facing web application to obtain sensitive cached credentials/tokens.
T1552.001 Credentials In Files Credential Accessconfidence: HIGH
Vulnerability directly exposes credentials stored in improperly generated cache files.
T1078.003 Local Accounts Stealthconfidence: MEDIUM
Obtained credentials enable use of valid local accounts to escalate to administrative privileges.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-13997Shared CWE-269
CVE-2023-42952Shared CWE-269
CVE-2023-27558Shared CWE-269
CVE-2024-57778Shared CWE-269
CVE-2023-2847Shared CWE-269
CVE-2023-40378Shared CWE-269
CVE-2025-3761Shared CWE-269
CVE-2025-26705Shared CWE-269
CVE-2024-40460Shared CWE-269
CVE-2025-30475Shared CWE-269

Affected Assets

openwebanalytics
open web analytics
≤ 1.7.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SI-2 Flaw Remediation
  • SC-28 Protection of Information at Rest
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 5 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces access control so that unauthenticated users cannot retrieve the exposed cache files containing credentials or tokens.

prevent

Requires prompt application of the vendor patch (OWA 1.7.4) that corrects the PHP tag handling defect causing cache exposure.

prevent

Protects sensitive information at rest in cache files so that even if the malformed PHP tags allow file access the contents remain protected.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

PR.AA-05 enforces least privilege/SoD and periodic reviews that directly remove most privilege-assignment defects, yet CWE-269 also covers escalation paths and role design outside a single access-management control.

PR.AA-01 partial match
prevents

PR.AA-01 supplies credential/identity lifecycle support that can reduce some privilege-assignment errors but does not itself assign, modify, or check privileges, leaving most of CWE-269's risk unaddressed.

PR.PS-01 partial match
prevents

Config baselines and default reviews can enforce some privilege-related settings (one facet) but do not address code-level assignment/tracking logic that defines CWE-269.

PR.PS-05 partial match
prevents

PR.PS-05 can partially limit exploitability of some privilege issues via execution restrictions, but does not address the core design/implementation flaws of CWE-269 at all.

PR.DS-10 none match
prevents

PR.DS-10 protects data-in-use without touching privilege assignment/tracking, so it neither prevents CWE-269 nor removes more than one narrow facet of its risk.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Requiring owner approval, segregation of duties, and periodic reviews prevents the assignment of excessive or unnecessary privileges to users or processes.

prevents

Enforcing minimum-necessary privileges, temporary grants, and separation of administrative versus normal identities prevents the over-assignment of rights that CWE-269 describes.

prevents

Dynamic techniques that grant the minimum necessary rights for a given time window and revoke them afterward reduce the window in which excessive or unnecessary privileges can be exploited.

prevents

Explicit restrictions on privileged access and segregation of duties limit the scope of privileges that can be assigned, reducing the chance that excessive or unnecessary privileges are granted to entities.

prevents

Defining and communicating authorization levels for each role limits the assignment of excessive or unnecessary privileges.

mitigates

Separating duties such as developing software from administering production systems prevents any one person from accumulating excessive privileges that would constitute improper privilege management.

References