CVE-2021-21401
CVSS V2 Medium 5.5
CVSS V3 High 7.1
Description
Nanopb is a small code-size Protocol Buffers implementation in ansi C. In Nanopb before versions 0.3.9.8 and 0.4.5, decoding a specifically formed message can cause invalid `free()` or `realloc()` calls if the message type contains an `oneof` field, and the `oneof` directly contains both a pointer field and a non-pointer field. If the message data first contains the non-pointer field and then the pointer field, the data of the non-pointer field is incorrectly treated as if it was a pointer value. Such message data rarely occurs in normal messages, but it is a concern when untrusted data is parsed. This has been fixed in versions 0.3.9.8 and 0.4.5. See referenced GitHub Security Advisory for more information including workarounds.
Overview
- CVE ID
- CVE-2021-21401
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2021-03-23T18:15:13
- Last Modified Date
- 2021-03-29T14:50:22
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:nanopb_project:nanopb:*:*:*:*:*:*:*:* | 1 | OR | 0.3.9.8 | |
cpe:2.3:a:nanopb_project:nanopb:*:*:*:*:*:*:*:* | 1 | OR | 0.4.0 | 0.4.5 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:S/C:N/I:P/A:P
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- SINGLE
- Confidentiality Impact
- NONE
- Integrity Impact
- PARTIAL
- Availability Impact
- PARTIAL
- Base Score
- 5.5
- Severity
- MEDIUM
- Exploitability Score
- 8
- Impact Score
- 4.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- LOW
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- LOW
- Base Score
- 7.1
- Base Severity
- HIGH
- Exploitability Score
- 2.8
- Impact Score
- 4.2
References
Reference URL | Reference Tags |
---|---|
https://github.com/nanopb/nanopb/security/advisories/GHSA-7mv5-5mxh-qg88 | Exploit Patch Third Party Advisory |
https://github.com/nanopb/nanopb/commit/e2f0ccf939d9f82931d085acb6df8e9a182a4261 | Patch Third Party Advisory |
https://github.com/nanopb/nanopb/issues/647 | Exploit Issue Tracking Third Party Advisory |
https://github.com/nanopb/nanopb/blob/c9124132a604047d0ef97a09c0e99cd9bed2c818/CHANGELOG.txt#L1 | Release Notes Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2021-21401 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21401 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 07:18:21 | Added to TrackCVE | |||
2022-12-06 00:15:15 | 2021-03-23T18:15Z | 2021-03-23T18:15:13 | CVE Published Date | updated |
2022-12-06 00:15:15 | 2021-03-29T14:50:22 | CVE Modified Date | updated | |
2022-12-06 00:15:16 | Analyzed | Vulnerability Status | updated |