CVE-2025-41000

Enriched by CISA
 

Cross-Frame Scripting (XFS) vulnerability in BoomCMS v9.1.4 from UXB London. XFS is a web attack technique that exploits specific browser bugs to spy on users via JavaScript. This type of attack is based on social engineering and depends entirely on the browser chosen by the user, so it is perceived as a minor threat to web application security. This vulnerability only works in older browsers.
https://nvd.nist.gov/vuln/detail/CVE-2025-41000

Categories

CWE-1021 : Improper Restriction of Rendered UI Layers or Frames
The web application does not restrict or incorrectly restricts frame objects or UI layers that belong to another application or domain. "Tapjacking" is similar to clickjacking, except it is used for mobile applications in which the user "taps" the application instead of performing a mouse click. Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.) This defense-in-depth technique can be used to prevent the improper usage of frames in web applications. It prioritizes the valid sources of data to be loaded into the application through the usage of declarative policies. Based on which implementation of Content Security Policy is in use, the developer should use the "frame-ancestors" directive or the "frame-src" directive to mitigate this weakness. Both directives allow for the placement of restrictions when it comes to allowing embedded content. In addition to frames or iframes as previously mentioned, the web application is expected to place restrictions on whether it is allowed to be rendered within objects, embed, or applet elements. E-mail preview feature in a desktop application allows clickjacking attacks via a crafted e-mail message Hardware/firmware product has insufficient clickjacking protection in its web user interface Clickjacking in data-loss prevention product via HTTP response header. Tapjacking in permission dialog for mobile OS allows access of private storage using a partially-overlapping window. Tapjacking in web browser related to page navigation and touch/gesture events. System UI in mobile OS allows a malicious application to create a UI overlay of the entire screen to gain privileges.

References


 

AFFECTED (from MITRE)


Vendor Product Versions
BoomCMS BoomCMS
  • 9.1.4 [affected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
103 Clickjacking
High
181 Flash File Overlay
Medium
222 iFrame Overlay
High
504 Task Impersonation
High
506 Tapjacking
Low
587 Cross Frame Scripting (XFS)
High
654 Credential Prompt Impersonation
High


MITRE


Techniques

id description
T1036.004 Masquerading: Masquerade Task or Service
T1056 Input Capture
T1548.004 Abuse Elevation Control Mechanism: Elevated Execution with Prompt
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

Mitigations

id description
M1038 System settings can prevent applications from running that haven't been downloaded through the Apple Store which may help mitigate some of these issues. Not allowing unsigned applications from being run may also mitigate some risk.
© 2022 The MITRE Corporation. Esta obra se reproduce y distribuye con el permiso de The MITRE Corporation.