CVE-2022-39274

LoRaMac-node is a reference implementation and documentation of a LoRa network node. Versions of LoRaMac-node prior to 4.7.0 are vulnerable to a buffer overflow. Improper size validation of the incoming radio frames can lead to an 65280-byte out-of-bounds write. The function `ProcessRadioRxDone` implicitly expects incoming radio frames to have at least a payload of one byte or more. An empty payload leads to a 1-byte out-of-bounds read of user controlled content when the payload buffer is reused. This allows an attacker to craft a FRAME_TYPE_PROPRIETARY frame with size -1 which results in an 65280-byte out-of-bounds memcopy likely with partially controlled attacker data. Corrupting a large part if the data section is likely to cause a DoS. If the large out-of-bounds write does not immediately crash the attacker may gain control over the execution due to now controlling large parts of the data section. Users are advised to upgrade either by updating their package or by manually applying the patch commit `e851b079`.
Configurations

Configuration 1 (hide)

cpe:2.3:a:semtech:loramac-node:*:*:*:*:*:*:*:*

History

27 Jun 2023, 18:44

Type Values Removed Values Added
CWE CWE-120 CWE-193

11 Oct 2022, 05:15

Type Values Removed Values Added
References
  • {'url': 'https://www.cve.org/CVERecord?id=CVE-2022-39274', 'name': 'https://www.cve.org/CVERecord?id=CVE-2022-39274', 'tags': [], 'refsource': 'MISC'}

11 Oct 2022, 04:15

Type Values Removed Values Added
References
  • (MISC) https://www.cve.org/CVERecord?id=CVE-2022-39274 -

07 Oct 2022, 19:05

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8
CPE cpe:2.3:a:semtech:loramac-node:*:*:*:*:*:*:*:*
First Time Semtech loramac-node
Semtech
References (MISC) https://github.com/Lora-net/LoRaMac-node/releases/tag/v4.7.0 - (MISC) https://github.com/Lora-net/LoRaMac-node/releases/tag/v4.7.0 - Broken Link, Third Party Advisory
References (MISC) https://github.com/Lora-net/LoRaMac-node/commit/e851b079c82ba1bcf3f4d291ab69a571b0bf458a - (MISC) https://github.com/Lora-net/LoRaMac-node/commit/e851b079c82ba1bcf3f4d291ab69a571b0bf458a - Patch, Third Party Advisory
References (CONFIRM) https://github.com/Lora-net/LoRaMac-node/security/advisories/GHSA-7vv8-73pc-63c2 - (CONFIRM) https://github.com/Lora-net/LoRaMac-node/security/advisories/GHSA-7vv8-73pc-63c2 - Exploit, Third Party Advisory

06 Oct 2022, 18:44

Type Values Removed Values Added
New CVE

Information

Published : 2022-10-06 18:16

Updated : 2023-12-10 14:35


NVD link : CVE-2022-39274

Mitre link : CVE-2022-39274

CVE.ORG link : CVE-2022-39274


JSON object : View

Products Affected

semtech

  • loramac-node
CWE
CWE-193

Off-by-one Error

CWE-120

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')