📦 Cpp Httplib
by Yhirose
🔍 What is Cpp Httplib?
Description coming soon...
🛡️ Security Overview
Click on a severity to filter vulnerabilities
⚠️ Known Vulnerabilities
This vulnerability in cpp-httplib allows attackers to inject HTTP headers (REMOTE_ADDR, REMOTE_PORT, LOCAL_ADDR, LOCAL_PORT) that shadow server-generated metadata. This enables IP spoofing, log poison...
This vulnerability in cpp-httplib allows attackers to bypass configured payload size limits by sending compressed HTTP requests. When using streaming content readers with gzip or other supported encod...
A Denial of Service vulnerability exists in cpp-httplib where compressed HTTP request bodies are not properly limited after decompression. Attackers can send small compressed payloads that expand to c...
This vulnerability in cpp-httplib allows attackers to send specially crafted HTTP requests with Transfer-Encoding: chunked headers that cause uncontrolled memory allocation, potentially leading to ser...
CVE-2025-52887 is a memory exhaustion vulnerability in cpp-httplib where excessive HTTP headers cause memory leaks when connections disconnect, potentially crashing servers. This affects any applicati...
This vulnerability in cpp-httplib leaks internal exception messages to unauthenticated clients when request handlers throw C++ exceptions. Any application using cpp-httplib versions before 0.35.0 with...
This vulnerability in cpp-httplib allows attackers to spoof client IP addresses by sending malicious X-Forwarded-For or X-Real-IP headers. This can poison server logs, evade audit trails, and potentia...
CVE-2025-0825 is a CRLF injection vulnerability in cpp-httplib where null-byte-prefixed CRLF sequences aren't properly filtered, allowing attackers to inject malicious headers or content into HTTP res...