LiveActive security incident?Get immediate response
CVE Record

CVE-2023-53160: The sequoia-openpgp crate before 1.16.0 for Rust allows out-of-bounds array access and a panic.

The sequoia-openpgp crate before 1.16.0 for Rust allows out-of-bounds array access and a panic.

LowCVSS 2.9Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2023-53160 affects Rust applications using the sequoia-openpgp crate before 1.16.0. A malformed or edge-case input can trigger out-of-bounds access that causes a panic. The documented impact is limited availability loss, not data theft or code execution.

Executive priority

Treat as a routine dependency update unless the affected component processes untrusted OpenPGP data in critical workflows. Business risk appears low based on the documented impact.

Technical view

The issue is a CWE-125 out-of-bounds read in sequoia-openpgp before 1.16.0, producing a Rust panic. CVSS 3.1 is 2.9 with local attack vector, high complexity, no privileges, no user interaction, and low availability impact only.

Likely exposure

Exposure is likely limited to Rust services, tools, or libraries that depend on sequoia-openpgp before 1.16.0, directly or transitively. Systems parsing OpenPGP data are most relevant.

Exploitation context

The provided sources do not indicate active exploitation, and the CVE is not listed as KEV. The CVSS vector describes local, high-complexity exploitation with availability impact only.

Researcher notes

Evidence is narrow: the bundle identifies the vulnerable crate range and panic behavior but does not provide detailed trigger conditions. Avoid assuming broader memory corruption, remote reachability, or confidentiality impact without vendor evidence.

Mitigation direction

  • Upgrade sequoia-openpgp to 1.16.0 or later where feasible.
  • Check vendor and RustSec guidance for any additional remediation notes.
  • Update transitive dependencies that pin vulnerable sequoia-openpgp versions.
  • Prioritize internet-facing or automation-heavy OpenPGP parsing paths.

Validation and detection

  • Review Cargo.toml, Cargo.lock, and SBOMs for sequoia-openpgp versions before 1.16.0.
  • Use Rust dependency audit tooling against the current lockfile.
  • Confirm deployed artifacts no longer include vulnerable crate versions.
  • Review error handling around OpenPGP parsing for panic-driven availability risk.
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 · low confidence lookup

CWE-125: 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-2023-53160 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
2.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/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
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
2.9CVSS 3.1LowCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L1.41.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

2.9Low
CVSS 3.1 vector shape for CVE-2023-53160Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
sequoia-pgpsequoia0, 1.2.0, 1.9.0unaffected
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.