yhirose CVE Vulnerabilities & Metrics

Focus on yhirose vulnerabilities and metrics.

Last updated: 21 Aug 2025, 22:25 UTC

About yhirose Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with yhirose. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total yhirose CVEs: 4
Earliest CVE date: 12 Apr 2020, 14:15 UTC
Latest CVE date: 10 Jul 2025, 20:15 UTC

Latest CVE reference: CVE-2025-53629

Rolling Stats

30-day Count (Rolling): 0
365-day Count (Rolling): 3

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): -100.0%
Year Variation (Calendar): 0%

Month Growth Rate (30-day Rolling): -100.0%
Year Growth Rate (365-day Rolling): 0.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical yhirose CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 1.25

Max CVSS: 5.0

Critical CVEs (≥9): 0

CVSS Range vs. Count

Range Count
0.0-3.9 3
4.0-6.9 1
7.0-8.9 0
9.0-10.0 0

CVSS Distribution Chart

Top 5 Highest CVSS yhirose CVEs

These are the five CVEs with the highest CVSS scores for yhirose, sorted by severity first and recency.

All CVEs for yhirose

CVE-2025-53629 yhirose vulnerability CVSS: 0 10 Jul 2025, 20:15 UTC

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.23.0, incoming requests using Transfer-Encoding: chunked in the header can allocate memory arbitrarily in the server, potentially leading to its exhaustion. This vulnerability is fixed in 0.23.0. NOTE: This vulnerability is related to CVE-2025-53628.

CVE-2025-53628 yhirose vulnerability CVSS: 0 10 Jul 2025, 20:15 UTC

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.20.1, cpp-httplib does not have a limit for a unique line, permitting an attacker to explore this to allocate memory arbitrarily. This vulnerability is fixed in 0.20.1. NOTE: This vulnerability is related to CVE-2025-53629.

CVE-2025-52887 yhirose vulnerability CVSS: 0 26 Jun 2025, 15:15 UTC

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. In version 0.21.0, when many http headers fields are passed in, the library does not limit the number of headers, and the memory associated with the headers will not be released when the connection is disconnected. This leads to potential exhaustion of system memory and results in a server crash or unresponsiveness. Version 0.22.0 contains a patch for the issue.

CVE-2020-11709 yhirose vulnerability CVSS: 5.0 12 Apr 2020, 14:15 UTC

cpp-httplib through 0.5.8 does not filter \r\n in parameters passed into the set_redirect and set_header functions, which creates possibilities for CRLF injection and HTTP response splitting in some specific contexts.