LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125048: kassi xingwall oauth.js session fixiation

A vulnerability, which was classified as critical, has been found in kassi xingwall. This issue affects some unknown processing of the file app/controllers/oauth.js. The manipulation leads to session fixiation. The patch is named e9f0d509e1408743048e29d9c099d36e0e1f6ae7. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-217559.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
5

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-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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

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
4Source 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
6.3CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L2.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2014-125048Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
kassixingwalln/aListed
Weakness

CWE details

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

CWE-384 · source CWE mapping

Session Fixation

Session Fixation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.