CVE-2025-14242: Vsftpd: vsftpd: denial of service via integer overflow in ls command parameter parsing
A flaw was found in vsftpd. This vulnerability allows a denial of service (DoS) via an integer overflow in the ls command parameter parsing, triggered by a remote, authenticated attacker sending a crafted STAT command with a specific byte sequence.
Security readout for executives and security teams
Plain-English summary
CVE-2025-14242 can let a logged-in FTP user crash or disrupt vsftpd by sending a specially crafted command. The impact is service availability, not data theft or system takeover, based on the provided sources. Treat it as a business continuity issue for systems that still rely on FTP services.
Executive priority
Schedule remediation in the normal vulnerability cycle, with faster action for public or critical FTP services. This is not described as exploited or as a data breach risk, but it can interrupt file-transfer operations if vulnerable authenticated access exists.
Technical view
vsftpd has an integer overflow in ls command parameter parsing. A remote authenticated attacker can trigger denial of service using a crafted STAT command with a specific byte sequence. Red Hat rates it Medium with CVSS 3.1 score 6.5, reflecting network access, low complexity, low privileges, and high availability impact.
Likely exposure
Exposure is most likely on Red Hat Enterprise Linux 8, 9, 10, and listed EUS/AUS/TUS/E4S variants running the affected vsftpd package. RHEL 6 and 7 status is listed as unknown. Systems without vsftpd installed or without authenticated FTP access are less exposed.
Exploitation context
The source bundle does not indicate active exploitation, and KEV is false. Exploitation requires remote network access and valid FTP authentication. The result described is denial of service against vsftpd availability, not confidentiality or integrity compromise.
Researcher notes
Evidence is strongest for Red Hat-packaged vsftpd in the listed RHEL streams. The provided data names affected package builds but does not include standalone upstream impact or fixed version details beyond Red Hat advisories. Avoid assuming exploit availability or impact outside denial of service.
Mitigation direction
Apply the relevant Red Hat security advisory updates for your RHEL stream.
Prioritize internet-facing or business-critical FTP servers.
Restrict FTP access to trusted users and networks where operationally possible.
Disable vsftpd where FTP service is no longer required.
Check Red Hat guidance for RHEL 6 and 7 applicability before deciding risk.
Validation and detection
Inventory systems with the vsftpd package installed.
Identify the RHEL major version and lifecycle stream for each host.
Compare installed vsftpd builds against Red Hat CVE and errata guidance.
Confirm whether vsftpd is enabled and reachable over the network.
Verify authenticated FTP access is limited to expected users.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-190: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-190 · source CWE mapping
Integer Overflow or Wraparound
Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.