LiveActive security incident?Get immediate response
CVE Record

CVE-2023-34042: The spring-security.xsd file inside the spring-security-config jar is world writable which means that if i...

The spring-security.xsd file inside the spring-security-config jar is world writable which means that if it were extracted it could be written by anyone with access to the file system. While there are no known exploits, this is an example of “CWE-732: Incorrect Permission Assignment for Critical Resource” and could result in an exploit. Users should update to the latest version of Spring Security to mitigate any future exploits found around this issue.

MediumCVSS 4.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a moderate-risk Spring Security packaging issue. A schema file inside the spring-security-config JAR had world-writable permissions, so if extracted onto a filesystem, someone with access could modify it. Sources state there are no known exploits, but affected versions should be upgraded.

Executive priority

Treat this as a routine but necessary dependency update, not an emergency response. It is not reported as exploited, but it affects integrity and should be cleared through normal patch management.

Technical view

CVE-2023-34042 is CWE-732 in Spring Security: spring-security.xsd inside spring-security-config is world writable when extracted. CVSS 3.1 is 4.1 with local attack vector, high complexity, and high privileges required. Integrity impact is the main concern.

Likely exposure

Exposure is most likely in Java applications or build/runtime environments using Spring Security 6.1.x before 6.1.4, 6.0.x before 6.0.7, 5.8.x before 5.8.7, or 5.7.x before 5.7.11.

Exploitation context

The provided sources do not show active exploitation, and the CVE text says there are no known exploits. Practical abuse appears constrained because the CVSS vector requires local access, high attack complexity, and high privileges.

Researcher notes

Evidence is limited to the Spring advisory, CVE record, and NetApp advisory reference. The issue is a file permission defect in a packaged XSD, not a documented remote exploit path. Validate dependency versions before assuming exposure.

Mitigation direction

  • Upgrade Spring Security to a fixed or latest supported version.
  • Prioritize affected applications that extract JAR contents onto shared filesystems.
  • Check vendor advisories for packaged or embedded Spring Security dependencies.
  • Keep filesystem permissions restrictive around build, deployment, and runtime artifact directories.

Validation and detection

  • Inventory Spring Security versions from dependency manifests and SBOMs.
  • Confirm spring-security-config is not in an affected version range.
  • Review build and deployment processes that extract JAR contents.
  • Check vendor products against published advisories, including NetApp where relevant.
Prepared
Confidence
high
Sources
4

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 · medium confidence lookup

CWE-732: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-34042 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
Medium
CVSS
4.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/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
3Source 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
4.1CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:N0.53.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.1Medium
CVSS 3.1 vector shape for CVE-2023-34042Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
N/ASpring SecuritySpring Security 6.1.x prior to 6.1.4, Spring Security 6.0.x prior to 6.0.7, Spring Security 5.8.x prior to 5.8.7, Spring Security 5.7.x prior to 5.7.11unaffected
Weakness

CWE details

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

CWE-732 · source CWE mapping

Incorrect Permission Assignment for Critical Resource

Incorrect Permission Assignment for Critical Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.