LiveActive security incident?Get immediate response
CVE Record

CVE-2010-10002: SimpleSAMLphp simplesamlphp-module-openid OpenID consumer.php cross site scripting

** UNSUPPORTED WHEN ASSIGNED ** A vulnerability classified as problematic has been found in SimpleSAMLphp simplesamlphp-module-openid. Affected is an unknown function of the file templates/consumer.php of the component OpenID Handler. The manipulation of the argument AuthState leads to cross site scripting. It is possible to launch the attack remotely. The complexity of an attack is rather high. The exploitability is told to be difficult. Upgrading to version 1.0 is able to address this issue. The patch is identified as d652d41ccaf8c45d5707e741c0c5d82a2365a9a3. It is recommended to upgrade the affected component. VDB-217170 is the identifier assigned to this vulnerability. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.

LowCVSS 3.1Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2010-10002 is a low-severity cross-site scripting issue in an unsupported SimpleSAMLphp OpenID module. It could affect browser-side behavior if a user interacts with a crafted authentication flow. Business urgency is low unless this module is still exposed in identity infrastructure.

Executive priority

Treat this as a low-priority hygiene item unless the vulnerable module is internet-facing in an active identity flow. Because the component is unsupported, remediation should focus on upgrading, removing, or replacing the module rather than accepting long-term risk.

Technical view

The issue is CWE-79 in templates/consumer.php of simplesamlphp-module-openid. Manipulation of the AuthState argument can lead to XSS in the OpenID Handler. CVSS 3.1 is 3.1 with network access, high complexity, no privileges, user interaction required, and low integrity impact.

Likely exposure

Exposure is likely limited to deployments using SimpleSAMLphp simplesamlphp-module-openid, especially unsupported pre-1.0 instances where the OpenID Handler is reachable. The source bundle does not identify specific affected versions beyond n/a.

Exploitation context

Sources describe remote XSS with high attack complexity and difficult exploitability. User interaction is required. The CVE is not listed as KEV in the provided data, and the source bundle does not report active exploitation.

Researcher notes

Evidence is sufficient for classification but incomplete on version boundaries and affected function details. Avoid assuming broader SimpleSAMLphp impact. Focus validation on the openid module, consumer.php, AuthState handling, and whether the v1.0 patch is present.

Mitigation direction

  • Upgrade simplesamlphp-module-openid to version 1.0 or later.
  • Apply patch d652d41ccaf8c45d5707e741c0c5d82a2365a9a3 where upgrade is not immediately possible.
  • Remove or disable unsupported OpenID module deployments if no longer required.
  • Check current vendor guidance because affected products are noted as unsupported.

Validation and detection

  • Inventory SimpleSAMLphp installations for simplesamlphp-module-openid usage.
  • Confirm whether templates/consumer.php and the OpenID Handler are deployed or reachable.
  • Verify installed module version is 1.0 or includes the referenced patch.
  • Review application exposure for public authentication flows using this module.
Prepared
Confidence
high
Sources
6

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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2010-10002 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
Low
CVSS
3.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/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
5Source 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
3.1CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N1.61.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.1Low
CVSS 3.1 vector shape for CVE-2010-10002Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/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
SimpleSAMLphpsimplesamlphp-module-openidn/aListed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.