LiveActive security incident?Get immediate response
CVE Record

CVE-2023-25141: JNDI injection into Apache sling-org-apache-sling-jcr-base

Apache Sling JCR Base < 3.1.12 has a critical injection vulnerability when running on old JDK versions (JDK 1.8.191 or earlier) through utility functions in RepositoryAccessor. The functions getRepository and getRepositoryFromURL allow an application to access data stored in a remote location via JDNI and RMI. Users of Apache Sling JCR Base are recommended to upgrade to Apache Sling JCR Base 3.1.12 or later, or to run on a more recent JDK.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Apache Sling JCR Base can expose data through unsafe JNDI/RMI access when older component versions run on old Java releases. The cited fix is to upgrade Sling JCR Base to 3.1.12 or later, or run on a newer JDK.

Executive priority

Treat as high priority if Apache Sling JCR Base is present with old Java. It is mainly a data exposure risk based on the provided CVSS, not a confirmed active-exploitation emergency.

Technical view

CVE-2023-25141 is a CWE-74 injection issue in RepositoryAccessor utility functions getRepository and getRepositoryFromURL. The source bundle says Apache Sling JCR Base before 3.1.12 is affected when running on JDK 1.8.191 or earlier. CVSS 3.1 is 7.5 with high confidentiality impact only.

Likely exposure

Exposure is most likely in applications using Apache Sling JCR Base below 3.1.12 on JDK 1.8.191 or earlier, especially where RepositoryAccessor is used to reach remote repository locations.

Exploitation context

The source bundle does not identify active exploitation, and KEV is false. The issue is network-reachable, unauthenticated, low-complexity, and requires no user interaction per CVSS, but public evidence here only supports confidentiality impact.

Researcher notes

The source bundle names Apache Sling JCR Base below 3.1.12 and specifically lists version 2.0.6 in affected data. Do not assume broader products or exploit behavior beyond the cited JNDI/RMI access issue.

Mitigation direction

  • Upgrade Apache Sling JCR Base to 3.1.12 or later.
  • Run affected applications on a newer JDK than 1.8.191.
  • Review Apache Sling vendor guidance for current remediation notes.
  • Prioritize systems exposing repository access across networks.

Validation and detection

  • Inventory Apache Sling JCR Base versions in dependency manifests and SBOMs.
  • Confirm production Java runtime versions are newer than JDK 1.8.191.
  • Identify uses of RepositoryAccessor getRepository or getRepositoryFromURL.
  • Verify upgraded builds deploy Sling JCR Base 3.1.12 or later.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-74: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-25141 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2023-25141Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Apache Software FoundationApache Sling JCR Base2.0.6unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-74 · source CWE mapping

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.