Cyber Resilience

CVE-2026-42797

Apache Syncope 3.0.0 – 3.0.16

Published
25 May 2026
Modified
24 July 2026
Patch / advisory
CVSS Score v3.1 4.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0044 36th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-42797 is a medium-severity Exposure of Sensitive Information Through Data Queries (CWE-202) vulnerability in Apache Syncope. Its CVSS base score is 4.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Information Repositories (T1213); ranked at the 36th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

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

EU & UK References

Vulnerability Data

Exposure of Sensitive Information Through Data Queries vulnerability in Apache Syncope. An administrator with adequate entitlements for Derived Schemas can create a malicious JEXL expression which allows any administrator with sufficient entitlements for User read to access User-related security-sensitive information.…

more

This issue affects Apache Syncope: 3.0 through 3.0.16, 4.0 through 4.0.5, 4.1.0. Users are recommended to upgrade to version 4.0.6 / 4.1.1, which fix this issue by further restricting the JEXL expression definition.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1213 Data from Information Repositories Collection
Adversaries may leverage information repositories to mine valuable information.
T1087 Account Discovery Discovery
Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment.
Why these techniques?

Vulnerability enables unauthorized access to security-sensitive user data via malicious expressions in queries, mapping to data repository access and account discovery.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-45031Same product: Apache Syncope
CVE-2026-23794Same product: Apache Syncope
CVE-2026-62418Same product: Apache Syncope
CVE-2024-38503Same product: Apache Syncope
CVE-2026-63071Same product: Apache Syncope
CVE-2026-62183Same product: Apache Syncope
CVE-2026-42782Same product: Apache Syncope
CVE-2025-65998Same product: Apache Syncope
CVE-2026-53421Same product: Apache Syncope
CVE-2026-57308Same product: Apache Syncope

Affected Assets

apache
syncope
4.1.0 · 3.0.0 — 3.0.16 · 4.0.0 — 4.0.6

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SI-10 Information Input Validation
  • AC-4 Information Flow Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces access restrictions so that even an admin who can define Derived Schemas cannot expose User security-sensitive attributes to other read-entitled users.

prevent

Requires validation of JEXL expressions supplied for Derived Schemas, blocking the malicious expressions that cause unintended sensitive-data exposure.

prevent

Enforces information-flow rules between schema definitions and User data retrieval, limiting leakage of attributes that should 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

Least-privilege query permissions directly limit the data an attacker can request or infer.

DE.CM-03 partial match
prevents

Behavior analytics on query activity can detect inference attempts but does not prevent exposure at query time.

PR.DS-10 partial match
prevents

Protecting data-in-use reduces what remains available for inference via queries.

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

Access control limits who can run queries that could expose sensitive information via inference.

prevents

Granular access rights reduce the ability of users to craft inference queries.

prevents

Data masking prevents inference by obscuring sensitive values returned in query results.

prevents

Information access restriction directly limits query scope that could lead to inference.

mitigates

Classification helps identify sensitive data that must be protected from inference attacks.

detects

DLP can detect and block queries or result sets that risk exposing sensitive information.

References