CVE-2024-57273: Netgate pfSense CE (prior to 2.8.0 beta release) and corresponding Plus builds is vulnerable to Cross-site...
Netgate pfSense CE (prior to 2.8.0 beta release) and corresponding Plus builds is vulnerable to Cross-site scripting (XSS) in the Automatic Configuration Backup (ACB) service, allowing remote attackers to execute arbitrary JavaScript, delete backups, or leak sensitive information via an unsanitized "reason" field and a derivable device key generated from the public SSH key.
Security readout for executives and security teams
Plain-English summary
This vulnerability affects Netgate pfSense systems using Automatic Configuration Backup. A logged-in attacker could abuse a stored XSS issue to run JavaScript in an administrator’s browser, potentially exposing sensitive data or deleting backups. The CVSS score is medium, but impact matters because pfSense often protects critical network boundaries.
Executive priority
Treat as a prioritized network-edge maintenance item, not an emergency based on current evidence. Patch promptly where ACB is used or admin access is broadly reachable.
Technical view
CVE-2024-57273 is a CWE-79 XSS flaw in pfSense ACB tied to an unsanitized reason field. The description also notes a derivable device key from the public SSH key. The CVSS vector requires low privileges and user interaction, with changed scope and limited confidentiality and integrity impact.
Likely exposure
Exposure is most relevant where pfSense CE before the 2.8.0 beta release or corresponding Plus builds use ACB and have users with access to the affected workflow.
Exploitation context
The CVE is not listed as KEV in the provided bundle. A public technical blog is cited, so defenders should assume technical details are public, but active exploitation is not established by the supplied evidence.
Researcher notes
Evidence supports XSS in ACB and a key-derivation concern, but the bundle lacks full vendor advisory text and precise affected CPE data. Avoid expanding scope beyond pfSense CE and corresponding Plus builds identified by the sources.
Mitigation direction
Review Netgate advisory pfSense-SA-25_03.webgui for affected and fixed builds.
Update pfSense CE or Plus according to Netgate’s published security guidance.
Restrict administrative access to trusted networks and users.
Review ACB usage and remove unnecessary backup access permissions.
Validation and detection
Inventory pfSense CE and Plus versions across managed environments.
Check whether ACB is enabled and who can access it.
Review administrative logs for suspicious backup deletion or unusual ACB activity.
Confirm upgraded systems match Netgate’s fixed-release guidance.
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-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.