Security readout for executives and security teams
Plain-English summary
CVE-2021-32738 affects Stellar’s JavaScript SDK authentication helper. Some applications may have accepted a SEP-10 challenge transaction without confirming it was signed by the expected server account. This is an integrity risk for authentication flows, not a confidentiality or availability issue in the published scoring.
Executive priority
Treat as a moderate authentication integrity issue. Prioritize systems that use Stellar SEP-10 authentication and older js-stellar-sdk versions. The business urgency is highest where authentication decisions affect funds, account access, or transaction authority.
Technical view
In js-stellar-sdk before 8.2.3, Utils.readChallengeTx did not verify that serverAccountID signed the challenge transaction, despite documentation indicating it did. Applications using Utils.verifyChallengeTxThreshold or Utils.verifyChallengeTxSigners for signature verification are described as unaffected. The issue is CWE-287 with CVSS 3.1 score 6.5.
Likely exposure
Exposure is likely limited to applications using js-stellar-sdk below 8.2.3 for SEP-10 Stellar Web Authentication and relying on Utils.readChallengeTx alone for challenge validation. Applications that separately verified challenge signatures with the named SDK helpers are likely not exposed per the advisory description.
Exploitation context
The provided sources do not report active exploitation, and the CVE is not marked KEV. The CVSS vector indicates network reachability, low attack complexity, low privileges, no user interaction, and high integrity impact. No exploit details are provided in the source bundle.
Researcher notes
The core evidence is a mismatch between documented behavior and implementation: readChallengeTx claimed complete validation but omitted server signature verification before 8.2.3. Do not assume all SDK users are vulnerable; exposure depends on whether additional signature verification helpers were used.
Mitigation direction
- Upgrade js-stellar-sdk to version 8.2.3 or later.
- Review SEP-10 authentication code using Utils.readChallengeTx.
- Ensure server account signatures are verified in the challenge validation path.
- For uncertain implementations, follow Stellar’s advisory and release guidance.
Validation and detection
- Inventory deployed applications using js-stellar-sdk.
- Confirm package versions are 8.2.3 or later.
- Search authentication code for direct Utils.readChallengeTx reliance.
- Verify use of Utils.verifyChallengeTxThreshold or Utils.verifyChallengeTxSigners where applicable.
- Add regression tests for rejected unsigned server challenge transactions.
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-287: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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-2021-32738 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.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
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:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N2.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.5MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/stellar/js-stellar-sdk/security/advisories/GHSA-6cgh-hjpw-q3gqCVE reference · x_refsource_CONFIRM
- https://github.com/stellar/js-stellar-sdk/releases/tag/v8.2.3CVE reference · x_refsource_MISC
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.
Improper Authentication
Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
