Security readout for executives and security teams
Plain-English summary
This flaw can make a program using btcsuite go-socks crash from a stack overflow. The impact is availability loss, not data theft or code execution, based on the supplied sources. It matters most where the library is used in internet-facing or critical network services.
Executive priority
Treat as high priority for systems where service availability is business-critical. The issue is a crash-class dependency flaw, so urgency depends on whether affected code is reachable in deployed services.
Technical view
RemoteAddr and LocalAddr on the returned net.Conn can recursively call themselves. That infinite recursion can exhaust the stack and crash the process. The supplied CVSS vector rates it network-reachable, low complexity, unauthenticated, no user interaction, availability-only impact.
Likely exposure
Exposure is likely limited to Go applications that import github.com/btcsuite/go-socks or the listed btcsuitereleases path and exercise the affected connection methods. The bundle does not provide clear affected version ranges beyond version field “0”, so dependency inventory is necessary.
Exploitation context
The source bundle does not show KEV listing or cited evidence of active exploitation. The risk is denial of service if an exposed application reaches the vulnerable code path. No confidentiality or integrity impact is indicated by the provided CVSS vector.
Researcher notes
Evidence supports an infinite-recursion denial of service in returned net.Conn address methods. Affected range and fixed release details are sparse in the supplied bundle, so report validation should tie findings to exact dependency revisions and the referenced commit.
Mitigation direction
- Inventory Go services for the listed go-socks package paths.
- Use a revision or release containing the referenced upstream fix commit.
- If no fixed release is available, follow current vendor guidance.
- Prioritize remediation for internet-facing or availability-critical services.
Validation and detection
- Check go.mod, go.sum, vendored code, and SBOMs for the package paths.
- Compare deployed dependency revisions with the referenced upstream fix commit.
- Confirm RemoteAddr and LocalAddr return normally in controlled regression tests.
- Review production services for crashes consistent with stack overflow behavior.
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.
CVE-2013-10005 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
- 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:N/I:N/A:H
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:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/btcsuite/go-socks/commit/233bccbb1abe02f05750f7ace66f5bffdb13defcCVE reference
- https://pkg.go.dev/vuln/GO-2020-0024CVE reference
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.
