Cyber Resilience

CVE-2024-38503

Medium

Published: 22 July 2024

Published
22 July 2024
Modified
06 December 2024
KEV Added
Patch
CVSS Score v3.1 5.4 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0596 90.9th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-38503 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Apache Syncope. Its CVSS base score is 5.4 (Medium).

Operationally, ranked in the top 9.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2024-38503 is a cross-site scripting vulnerability (CWE-79) that affects Apache Syncope. When editing a user, group, or other object in the Syncope Console, or when editing personal information or user requests in the Syncope Enduser interface, arbitrary HTML tags can be supplied in text fields.

An authenticated user with low privileges can supply the tags during normal editing operations, resulting in script execution that affects other users viewing the edited content and yields limited impacts on confidentiality and integrity as reflected in the CVSS 5.4 score.

The Apache Syncope project advisory states that users should upgrade to version 3.0.8, which contains the fix; the same guidance appears in the coordinated oss-security disclosure. The associated EPSS score has remained flat at 0.0596 with no material increase after disclosure.

EU & UK References

Vulnerability details

When editing a user, group or any object in the Syncope Console, HTML tags could be added to any text field and could lead to potential exploits. The same vulnerability was found in the Syncope Enduser, when editing “Personal Information”…

more

or “User Requests”. Users are recommended to upgrade to version 3.0.8, which fixes this issue.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

apache
syncope
2.1.0 — 2.1.14 · 3.0.0 — 3.0.8

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References