Security readout for executives and security teams
Plain-English summary
This CVE describes a session fixation flaw in kassi xingwall's OAuth controller. If an affected deployment is unpatched, an attacker may be able to influence session state and gain limited confidentiality, integrity, and availability impact. Public sources do not identify affected versions, which makes inventory validation important.
Executive priority
Moderate priority. This is not KEV-listed and public evidence is sparse, but OAuth session handling is security-sensitive. Validate whether xingwall exists in your environment and patch any confirmed deployments.
Technical view
CVE-2014-125048 is mapped to CWE-384 and affects app/controllers/oauth.js in kassi xingwall. The source bundle cites patch commit e9f0d509e1408743048e29d9c099d36e0e1f6ae7. CVSS 3.1 is 6.3 with adjacent attack vector, no privileges, no user interaction, and low C/I/A impact.
Likely exposure
Exposure appears limited to organizations running kassi xingwall with the vulnerable OAuth controller before the cited patch. The source bundle lists versions as n/a, so exact vulnerable releases cannot be confirmed from the provided evidence.
Exploitation context
The source bundle does not cite active exploitation, and the CVE is not marked KEV. Treat this as a real session-management defect with incomplete public detail, not as confirmed in-the-wild exploitation.
Researcher notes
Public data identifies the product, file, weakness class, CVSS vector, and patch commit, but not vulnerable version ranges or detailed trigger conditions. Avoid broad claims beyond kassi xingwall and the OAuth controller evidence.
Mitigation direction
- Inventory any kassi xingwall deployments or forks.
- Apply the cited patch commit or vendor-equivalent fixed version.
- Check vendor guidance if a packaged release is used.
- Prioritize externally reachable or shared-network deployments.
- Retire or isolate unsupported xingwall instances.
Validation and detection
- Confirm whether app/controllers/oauth.js exists in deployed code.
- Verify the deployed code includes commit e9f0d509e1408743048e29d9c099d36e0e1f6ae7.
- Review OAuth session handling for session identifier rotation.
- Check authentication logs for abnormal OAuth session reuse.
- Document version evidence because affected versions are unspecified.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-384: 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 lookupCVE-2014-125048 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L2.83.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.3MediumVector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.217559CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.217559CVE reference · signature, permissions-required
- https://github.com/kassi/xingwall/commit/e9f0d509e1408743048e29d9c099d36e0e1f6ae7CVE reference · patch
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Session Fixation
Session Fixation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
