CVE-2022-42324
CVSS V2 None
CVSS V3 Medium 5.5
Description
Oxenstored 32->31 bit integer truncation issues Integers in Ocaml are 63 or 31 bits of signed precision. The Ocaml Xenbus library takes a C uint32_t out of the ring and casts it directly to an Ocaml integer. In 64-bit Ocaml builds this is fine, but in 32-bit builds, it truncates off the most significant bit, and then creates unsigned/signed confusion in the remainder. This in turn can feed a negative value into logic not expecting a negative value, resulting in unexpected exceptions being thrown. The unexpected exception is not handled suitably, creating a busy-loop trying (and failing) to take the bad packet out of the xenstore ring.
Overview
- CVE ID
- CVE-2022-42324
- Assigner
- security@xen.org
- Vulnerability Status
- Analyzed
- Published Version
- 2022-11-01T13:15:12
- Last Modified Date
- 2022-12-09T18:50:35
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:o:xen:xen:*:*:*:*:*:*:*:* | 1 | OR |
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- Attack Vector
- LOCAL
- Attack Compatibility
- LOW
- Privileges Required
- LOW
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- HIGH
- Base Score
- 5.5
- Base Severity
- MEDIUM
- Exploitability Score
- 1.8
- Impact Score
- 3.6
References
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2022-42324 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42324 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-11-01 14:00:19 | Added to TrackCVE | |||
2022-12-07 15:59:32 | 2022-11-01T13:15Z | 2022-11-01T13:15:12 | CVE Published Date | updated |
2022-12-07 15:59:32 | 2022-11-24T03:15:12 | CVE Modified Date | updated | |
2022-12-07 15:59:32 | Undergoing Analysis | Vulnerability Status | updated | |
2022-12-07 16:00:18 | References | updated | ||
2022-12-09 19:17:03 | 2022-12-09T18:50:35 | CVE Modified Date | updated | |
2022-12-09 19:17:03 | Undergoing Analysis | Analyzed | Vulnerability Status | updated |