Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-29013

29
FAUCET Score

OVERVIEW CVE-2026-29013 is an out-of-bounds read vulnerability in libcoap's OSCORE (Object Security for Constrained RESTful Environments) implementation, specifically in the CBOR unwrap handling function get_byte_inc() located in src/oscore/oscore_cbor.c. The vulnerability arises because bounds checking relies exclusively on assert() statements, which are disabled in release builds compiled with the NDEBUG flag, leaving the code unprotected in production environments. SEVERITY The vulnerability can be triggered through a network vector by sending crafted CoAP requests with malformed OSCORE options or malicious responses during OSCORE negotiation. Attack complexity is low, requiring minimal attacker sophistication. The potential impact includes out-of-bounds memory reads and potential heap buffer overflow writes caused by integer wraparound in allocation size computation during CBOR parsing. While a specific CVSS score is unavailable, the FAUCET Risk Score of 42.0/100 indicates moderate concern, and the EPSS score of 0.000470 suggests relatively low probability of exploitation in the wild compared to other CVEs. EXPLOITATION STATUS The vulnerability has not yet been formally added to the Known Exploited Vulnerabilities (KEV) catalog, indicating no confirmed active exploitation at this time. However, the vulnerability is listed on the Hot List and remains active, suggesting it warrants close monitoring. No publicly available exploit code has been reported, though the technical details provided could enable reverse engineering of exploitation methods.

Impacted Technologies

VendorProductVersion(s)CPE
>= 0, < v4.3.5bCPE match
cpe:2.3:a:libcoap:libcoap:*:*:*:*:*:*:*:*
< 4.3.5bCPE matchmatch criteria
cpe:2.3:a:libcoap:libcoap:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 4.0

8.8HIGH

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
VS Confidentiality
HIGH
VS Integrity
LOW
VS Availability
HIGH
SS Confidentiality
NONE
SS Integrity
NONE
SS Availability
NONE
Exploit Maturity
NOT_DEFINED
CvssVersion
4.0

Exploit Intelligence

EPSS Score
0.30%
Probability of exploitation in next 30 days
EPSS Percentile
21.8%
Percentile rank of EPSS score among Peer Group
As of 2026-07-25
Model: v2026.06.15
This CVE's current EPSS score of 0.0030 is in the 2nd percentile among its peer group of 36,829 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.3 Bluesky, 0.3 Mastodon, and 2.4 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Remediation records are not available for this CVE.

References

github.com / obgm/libcoap/commit/b7847c4dbb0dbee7c90b09a673d4cae256f03718
Patch