CVE-2025-1025: Versions of the package cockpit-hq/cockpit before 2.4.1 are vulnerable to Arbitrary File Upload where an at...
Versions of the package cockpit-hq/cockpit before 2.4.1 are vulnerable to Arbitrary File Upload where an attacker can use different extension to bypass the upload filter.
Security readout for executives and security teams
Plain-English summary
CVE-2025-1025 affects cockpit-hq/cockpit versions before 2.4.1. An attacker can bypass file upload filtering by using a different extension, allowing unauthorized file upload. For exposed systems, this can threaten content integrity and may enable broader compromise depending on deployment handling of uploaded files.
Executive priority
Treat as a high-priority update for any exposed Cockpit deployment. The issue is remotely reachable and requires no authentication per the CVSS vector, making timely inventory and upgrade important.
Technical view
The issue is CWE-434 arbitrary file upload in cockpit-hq/cockpit before 2.4.1. The published CVSS 4.0 score is 8.7, with network attack vector, low complexity, no privileges, and no user interaction. The provided references include upstream commits associated with the fix and a public researcher gist.
Likely exposure
Organizations running cockpit-hq/cockpit before 2.4.1 are potentially exposed, especially where the application or upload functionality is reachable over a network. The source bundle does not provide CPEs or deployment-specific exposure details.
Exploitation context
The CVE is not listed in KEV in the provided data. The CVSS vector indicates proof-of-concept maturity, and a public gist is referenced, but the sources provided do not establish active exploitation.
Researcher notes
Evidence is strongest for affected version range, weakness class, and severity. The bundle does not include detailed exploit mechanics, affected configurations, or active exploitation evidence. Avoid assuming impact beyond arbitrary upload without validating server-side handling of uploaded files.
Mitigation direction
Upgrade cockpit-hq/cockpit to version 2.4.1 or later.
Review the linked upstream commits and vendor guidance for exact remediation details.
Restrict network access to affected Cockpit instances until upgraded.
Review uploaded files for unexpected extensions or suspicious content.
Validation and detection
Inventory all cockpit-hq/cockpit deployments and confirm version numbers.
Check dependency manifests and deployed application code for versions before 2.4.1.
Verify the remediation commits or an official release containing them are present.
Review application logs for unusual upload activity.
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 · medium confidence lookup
CWE-434: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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-434 · source CWE mapping
Unrestricted Upload of File with Dangerous Type
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.