CVE-2026-41469
Received Received - Intake

Missing Content Security Policy in Beghelli Sicuro24 Enables Remote Script Injection

Vulnerability report for CVE-2026-41469, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-04-22

Last updated on: 2026-04-22

Assigner: VulnCheck

Description

Beghelli Sicuro24 SicuroWeb does not enforce a Content Security Policy, allowing unrestricted loading of external JavaScript resources from attacker-controlled origins. When chained with the template injection and sandbox escape vulnerabilities present in the same application, the absence of CSP removes the browser-enforced restriction that would otherwise block external script execution, enabling attackers to load arbitrary remote payloads into operator browser sessions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-04-22
Last Modified
2026-04-22
Generated
2026-07-26
AI Q&A
2026-04-23
EPSS Evaluated
2026-07-25
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
beghelli sicuro24_sicuroweb *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-693 The product does not use or incorrectly uses a protection mechanism that provides sufficient defense against directed attacks against the product.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Beghelli Sicuro24 SicuroWeb does not enforce a Content Security Policy (CSP), which normally restricts the loading of external JavaScript resources.

Because there is no CSP, attackers can load external scripts from attacker-controlled origins.

When this lack of CSP is combined with other vulnerabilities in the same application, such as template injection and sandbox escape, attackers can execute arbitrary remote code in the operator's browser session.

Detection Guidance

This vulnerability arises from the absence of a Content Security Policy (CSP) in the Beghelli Sicuro24 SicuroWeb application, allowing unrestricted loading of external JavaScript resources.

To detect this vulnerability on your system, you can inspect the HTTP response headers of the SicuroWeb web interface to check if a Content-Security-Policy header is present.

  • Use curl to fetch headers: curl -I https://<sicuroweb-host>/
  • Look for the absence of the Content-Security-Policy header in the response.

Additionally, you can use browser developer tools to inspect loaded scripts and verify if external scripts from untrusted origins are being loaded.

Impact Analysis

This vulnerability allows attackers to execute arbitrary JavaScript code in the context of the operator's browser session.

Such code execution can lead to unauthorized actions, data theft, session hijacking, or further compromise of the application environment.

Compliance Impact

The vulnerability in Beghelli Sicuro24 SicuroWeb involves the absence of a Content Security Policy (CSP), which allows attackers to load and execute arbitrary external scripts in operator browser sessions. This can lead to unauthorized access or manipulation of sensitive data handled by the application.

Such unauthorized script execution and potential data compromise could negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require adequate protection of personal and sensitive information against unauthorized access and breaches.

However, the provided information does not explicitly state the direct impact on compliance with these standards.

Mitigation Strategies

To mitigate this vulnerability, you should enforce a Content Security Policy (CSP) on the Beghelli Sicuro24 SicuroWeb application. Implementing a strict CSP will restrict the loading of external JavaScript resources, preventing attackers from injecting arbitrary remote scripts.

Additionally, addressing the related template injection and sandbox escape vulnerabilities in the application will further reduce the risk of exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-41469. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart