CVE-2026-53994 Vulnerability Analysis & Exploit Details

CVE-2026-53994
Vulnerability Scoring

7.5
/10
Very High Risk

Highly exploitable, CVE-2026-53994 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: High
    Exploits require significant effort and special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-53994 Details

Status: Analyzed

Last updated: 🕕 30 Jul 2026, 18:00 UTC
Originally published on: 🕗 18 Jul 2026, 20:17 UTC

Time between publication and last update: 11 days

CVSS Release: version 3

CVSS3 Source

disclosure@vulncheck.com

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

CVE-2026-53994 Vulnerability Summary

CVE-2026-53994: ProFTPD mod_sftp contains a heap-based buffer overflow reachable by an authenticated SFTP user. The fxp_packet_read() function accepts the attacker-supplied 32-bit big-endian SFTP packet length without a minimum sanity check. A value of 0 causes an unsigned subtraction elsewhere in the read path to underflow to approximately 4 GB. That oversized request reaches the core memory allocator, where the rounded size is computed in size_t but passed to new_block() as a 32-bit int; the low 32 bits of 0x100000000 are 0, so new_block() returns a small (~512-byte) block while the caller is told it received ~4 GB. The subsequent fill loop then streams attacker-controlled bytes past the end of the 544-byte allocation, producing an attacker-controlled heap buffer overflow. An authenticated user can crash the per-connection ProFTPD session child on demand with a single malformed SFTP packet (packet_len=0 followed by a body greater than approximately 544 bytes), producing reliable authenticated remote denial of service. Depending on heap layout and adjacent allocations, heap metadata corruption and further consequences beyond denial of service may be possible, though only denial of service is demonstrated by the supplied proof of concept.

Assessing the Risk of CVE-2026-53994

Access Complexity Graph

The exploitability of CVE-2026-53994 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-53994

This vulnerability, CVE-2026-53994, requires a high level of attack complexity and low privileges, making it difficult but not impossible to exploit. Organizations should ensure robust security configurations to mitigate risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-53994, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-53994, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2026-53994 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2026-53994 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2026-53994 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-53994 References

External References

CWE Common Weakness Enumeration

CWE-122

CAPEC Common Attack Pattern Enumeration and Classification

  • Forced Integer Overflow CAPEC-92 This attack forces an integer variable to go out of range. The integer variable is often used as an offset such as size of memory allocation or similarly. The attacker would typically control the value of such variable and try to get it out of range. For instance the integer in question is incremented past the maximum possible value, it may wrap to become a very small, or negative number, therefore providing a very incorrect value which can lead to unexpected behavior. At worst the attacker can execute arbitrary code.

Vulnerable Configurations

  • cpe:2.3:a:proftpd:proftpd:1.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.0:pre10:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.0:pre10:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.0:pre9:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.0:pre9:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.2:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.2:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.2:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.2:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.2:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.3:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.4:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.5:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.5:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.5:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.5:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.5:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.5:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.6:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.6:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.6:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.6:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.7:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.7:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.7:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.7:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.7:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.7:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.8:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.8:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.8:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.8:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.9:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.9:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.9:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.9:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.9:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.9:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.10:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.10:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.10:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.10:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.10:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.10:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.2.10:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.2.10:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.0:a:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.0:a:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.1:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.1:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.2:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.2:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.2:a:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.2:a:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.2:b:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.2:b:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.2:c:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.2:c:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.2:d:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.2:d:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.2:e:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.2:e:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.2:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.2:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.2:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.2:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.2:rc4:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.2:rc4:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.3:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.3:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.3:a:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.3:a:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.3:b:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.3:b:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.3:c:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.3:c:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.3:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.3:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.3:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.3:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.3:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.3:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.3:rc4:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.3:rc4:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.4:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.4:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.4:a:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.4:a:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.4:b:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.4:b:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.4:c:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.4:c:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.4:d:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.4:d:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.4:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.4:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.4:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.4:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.4:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.4:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.5:-:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.5:-:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.5:a:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.5:a:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.5a:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.5a:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.5b:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.5b:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.5c:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.5c:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.5d:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.5d:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.5e:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.5e:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.5:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.5:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.5:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.5:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6:-:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6:-:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6:a:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6:a:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6:b:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6:b:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6c:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6c:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6:rc4:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6:rc4:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6:beta:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6:beta:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.6:alpha:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.6:alpha:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7:-:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7:-:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7a:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7a:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7b:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7b:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7c:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7c:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7d:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7d:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7e:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7e:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7f:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7f:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.7:rc4:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.7:rc4:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.8:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.8:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.8:-:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.8:-:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.8a:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.8a:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.8b:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.8b:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.8c:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.8c:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.8d:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.8d:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.8:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.8:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.8:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.8:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.8:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.8:rc3:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.8:rc4:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.8:rc4:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.9:-:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.9:-:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.9a:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.9a:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.9b:*:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.9b:*:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.9:rc1:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.9:rc1:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.9:rc2:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.9:rc2:*:*:*:*:*:*
  • cpe:2.3:a:proftpd:proftpd:1.3.9:rc3:*:*:*:*:*:*
    cpe:2.3:a:proftpd:proftpd:1.3.9:rc3:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-53994: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-73653 – Vitest is a testing framework powered by Vite. Prior to versions 3.2.7, 4.1.10, and 5.0.0-beta.6, Browser Mode provider commands including upload, ...
  • CVE-2026-73652 – vantage6 is an open-source infrastructure for privacy preserving analysis. In version 5.0.2 and earlier, the algorithm-store edit permission lacks ...
  • CVE-2026-73651 – TypeORM is a TypeScript and JavaScript ORM for Node.js that supports PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, and other databases. P...
  • CVE-2026-73650 – SVGO, short for SVG Optimizer, is a Node.js library and command-line application for optimizing SVG files. From version 1.0.0 until versions 2.8.3,...
  • CVE-2026-73482 – phpList before 3.7.0-RC5 contains a cross-site request forgery (CSRF) vulnerability in lists/admin/admins.php. The administrator deletion action is...