LiveActive security incident?Get immediate response
CVE Record

CVE-2010-10006: michaelliao jopenid OpenIdManager.java getAuthentication timing discrepancy

A vulnerability, which was classified as problematic, was found in michaelliao jopenid. Affected is the function getAuthentication of the file JOpenId/src/org/expressme/openid/OpenIdManager.java. The manipulation leads to observable timing discrepancy. The complexity of an attack is rather high. The exploitability is told to be difficult. Upgrading to version 1.08 is able to address this issue. The name of the patch is c9baaa976b684637f0d5a50268e91846a7a719ab. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-218460.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Some michaelliao jopenid deployments may leak sensitive authentication information through measurable timing differences. This can let an attacker infer information without directly bypassing authentication. The issue matters only where this library is used for OpenID authentication, and sources describe exploitation as difficult.

Executive priority

Prioritize remediation for internet-facing or customer authentication systems using jopenid. Business urgency is high for exposed login services because the rated impact is confidentiality loss, but scope may be narrow and no active exploitation is cited.

Technical view

CVE-2010-10006 is a timing discrepancy in JOpenId/src/org/expressme/openid/OpenIdManager.java, function getAuthentication. It maps to CWE-203 and CWE-208. The supplied CVSS 3.1 score is 7.5 with network, unauthenticated, confidentiality-only impact. The named remediation is JOpenId 1.08 via commit c9baaa976b684637f0d5a50268e91846a7a719ab.

Likely exposure

Exposure is likely limited to applications that include michaelliao jopenid and use OpenIdManager.getAuthentication in OpenID login flows. The affected version range is not specified in the provided sources, so teams should inventory exact library versions and compare against JOpenId 1.08.

Exploitation context

No provided source states active exploitation, and KEV is false. The bundle says exploitability is difficult and attack complexity is high, although the supplied CVSS vector lists AC:L. Treat this as a confidentiality risk needing validation, not evidence of ongoing compromise.

Researcher notes

The public details identify the vulnerable function and patch, but not a precise affected version range. There is also tension between the text describing difficult exploitation and the CVSS vector listing low attack complexity. Validate exposure against actual deployed code paths.

Mitigation direction

  • Upgrade michaelliao jopenid to JOpenId 1.08 or later.
  • Confirm the patch commit is present in vendored copies.
  • Replace or retire unsupported jopenid forks where upgrade is not possible.
  • Check vendor and project guidance before applying alternate mitigations.

Validation and detection

  • Inventory applications and vendored code for michaelliao jopenid usage.
  • Identify whether OpenIdManager.getAuthentication is reachable in authentication flows.
  • Verify deployed code includes release JOpenId 1.08 or commit c9baaa976b684637f0d5a50268e91846a7a719ab.
  • Review dependency manifests and build artifacts for older bundled copies.
Prepared
Confidence
medium
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-203: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
cwe · low confidence lookup

CWE-208: 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-2010-10006 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
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
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-2010-10006Attack 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
michaelliaojopenidn/aListed
Weakness

CWE details

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

CWE-203 · source CWE mapping

Observable Discrepancy

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

CWE-208 · source CWE mapping

Observable Timing Discrepancy

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