LiveActive security incident?Get immediate response
CVE Record

CVE-2023-53157: The rosenpass crate before 0.2.1 for Rust allows remote attackers to cause a denial of service (panic) via...

The rosenpass crate before 0.2.1 for Rust allows remote attackers to cause a denial of service (panic) via a one-byte UDP packet.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-53157 is a denial-of-service issue in the Rust rosenpass crate before 0.2.1. A remote unauthenticated sender can crash the affected service by sending a very small UDP packet. The impact is availability only: sources do not indicate data theft, privilege escalation, or active exploitation.

Executive priority

Handle as a moderate availability risk. It is simple to trigger remotely if exposed, but sources show limited impact and no confirmed active exploitation. Prioritize patching internet-reachable rosenpass services.

Technical view

The vulnerability is classified as CWE-130 and scored CVSS 5.3. The CVE states that rosenpass before 0.2.1 can panic when processing a one-byte UDP packet. The attack vector is network, low complexity, no privileges, no user interaction, unchanged scope, and low availability impact.

Likely exposure

Exposure is most likely where rosenpass or applications embedding the rosenpass crate before 0.2.1 receive UDP traffic from untrusted networks. The source bundle does not identify broader affected products beyond rosenpass.

Exploitation context

The CVE describes remote unauthenticated denial of service over UDP. CISA KEV status is false, and the provided sources do not cite active exploitation. Treat exploit status as unconfirmed unless vendor or threat-intelligence sources say otherwise.

Researcher notes

The key unresolved detail is environmental exposure: the CVE identifies the vulnerable crate and panic condition, but not downstream products. Validate dependency versions and UDP exposure. Avoid assuming compromise; the described impact is denial of service only.

Mitigation direction

  • Upgrade the rosenpass crate or rosenpass deployment to version 0.2.1 or later.
  • Check Rosenpass, GHSA, and RustSec guidance for any deployment-specific remediation notes.
  • Limit untrusted UDP reachability to rosenpass services where operationally possible.
  • Prioritize exposed internet-facing instances before internal-only deployments.

Validation and detection

  • Inventory applications and services using the rosenpass crate.
  • Confirm deployed rosenpass versions are not earlier than 0.2.1.
  • Identify whether affected services accept UDP traffic from untrusted networks.
  • Review logs and crash reports for unexpected rosenpass panics or restarts.
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-130: 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-53157 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
Medium
CVSS
5.3 (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: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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2023-53157Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/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
rosenpassrosenpass0unaffected
Weakness

CWE details

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

CWE-130 · source CWE mapping

Improper Handling of Length Parameter Inconsistency

Improper Handling of Length Parameter Inconsistency represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.