CVE-2026-5720

miniupnpd contains an integer underflow vulnerability in SOAPAction header parsing that allows remote attackers to cause a denial of service or information disclosure by sending a malformed SOAPAction header with a single quote. Attackers can trigger an out-of-bounds memory read by exploiting improper length validation in ParseHttpHeaders(), where the parsed length underflows to a large unsigned value when passed to memchr(), causing the process to scan memory far beyond the allocated HTTP request buffer.
Configurations

Configuration 1 (hide)

cpe:2.3:a:miniupnp_project:miniupnpd:*:*:*:*:*:*:*:*

History

11 May 2026, 20:05

Type Values Removed Values Added
CPE cpe:2.3:a:miniupnp_project:miniupnpd:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.1
First Time Miniupnp Project
Miniupnp Project miniupnpd
References () https://github.com/miniupnp/miniupnp/ - () https://github.com/miniupnp/miniupnp/ - Product
References () https://github.com/miniupnp/miniupnp/commit/f56bd09b2f2650126b832c5f30a65a09e28167fa - () https://github.com/miniupnp/miniupnp/commit/f56bd09b2f2650126b832c5f30a65a09e28167fa - Patch
References () https://www.vulncheck.com/advisories/miniupnpd-integer-underflow-soapaction-header-parsing - () https://www.vulncheck.com/advisories/miniupnpd-integer-underflow-soapaction-header-parsing - Third Party Advisory, VDB Entry

04 May 2026, 22:16

Type Values Removed Values Added
References
  • {'url': 'https://github.com/miniupnp/miniupnp/commit/b5e5d2eb069822b7f00d56c8e61033b9d500e60c', 'source': 'disclosure@vulncheck.com'}
  • () https://github.com/miniupnp/miniupnp/commit/f56bd09b2f2650126b832c5f30a65a09e28167fa -

20 Apr 2026, 17:16

Type Values Removed Values Added
References
  • {'url': 'https://github.com/miniupnp/miniupnp/commit/a0ee71e9fa66b60052bb3d2cf84380b79db3f8c8', 'source': 'disclosure@vulncheck.com'}
  • () https://github.com/miniupnp/miniupnp/commit/b5e5d2eb069822b7f00d56c8e61033b9d500e60c -

17 Apr 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-17 22:16

Updated : 2026-06-29 14:22


NVD link : CVE-2026-5720

Mitre link : CVE-2026-5720

CVE.ORG link : CVE-2026-5720


JSON object : View

Products Affected

miniupnp_project

  • miniupnpd
CWE
CWE-125

Out-of-bounds Read

CWE-191

Integer Underflow (Wrap or Wraparound)