Cyber Resilience

CVE-2025-41653

Published
27 May 2025
Modified
17 June 2026
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0050 40th percentile
Risk Priority 58 floored blend · peak EPSS

Summary

CVE-2025-41653 is a high-severity Insufficient Resource Pool (CWE-410) vulnerability in Certvde (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 40th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-6 (Resource Availability) and AC-10 (Concurrent Session Control) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

An unauthenticated remote attacker can exploit a denial-of-service vulnerability in the device's web server functionality by sending a specially crafted HTTP request with a malicious header, potentially causing the server to crash or become unresponsive.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.003 Application Exhaustion Flood Impact
Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.
T1499.002 Service Exhaustion Flood Impact
Adversaries may target the different network services provided by systems to conduct a denial of service (DoS).
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-7392Shared CWE-410
CVE-2023-7033Shared CWE-410
CVE-2025-2134Shared CWE-410
CVE-2025-27479Shared CWE-410
CVE-2025-20103Shared CWE-410
CVE-2025-12986Shared CWE-410
CVE-2025-27694Shared CWE-410
CVE-2026-34019Shared CWE-410
CVE-2025-0453Shared CWE-410
CVE-2023-38505Shared CWE-410

Affected Assets

Certvde
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V15.1.3
  • V17.1.2

Mitigating Controls (NIST 800-53 r5) AI

SC-6 directly requires allocation of resources by priority or other means to protect availability against demand spikes.

AC-10 limits concurrent sessions per user, structurally capping how much of the pool any single actor can consume.

SC-5 reduces the impact of resource-exhaustion DoS events without addressing pool sizing itself.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.IR-04 full match
prevents

Directly requires maintaining adequate resource capacity to ensure availability, which prevents exhaustion attacks from insufficient pools.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Capacity management directly addresses sizing resource pools to handle peak demand and prevent exhaustion.

mitigates

Redundancy of processing facilities mitigates resource exhaustion by providing failover capacity.

prevents

Secure architecture principles include designing adequate resource allocation and limits.

finds

Security testing can detect insufficient resource pools before deployment.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (1 rule)
  • V-248553 OL 8 must be configured so that all network connections associated with SSH traffic are terminated after 10 minutes of becoming unresponsive. prevents CWE-410
Oracle Linux 9 (2 rules)
  • V-271709 OL 9 must be configured so that all network connections associated with SSH traffic terminate after becoming unresponsive. prevents CWE-410
  • V-271710 OL 9 must be configured so that all network connections associated with SSH traffic are terminated after 10 minutes of becoming unresponsive. prevents CWE-410
RHEL 8 (2 rules)
  • V-230244 RHEL 8 must be configured so that all network connections associated with SSH traffic terminate after becoming unresponsive. prevents CWE-410
  • V-244525 RHEL 8 must be configured so that all network connections associated with SSH traffic are terminated after 10 minutes of becoming unresponsive. prevents CWE-410

References