Cybersecurity & Regolamentazione UE

News & Sicurezza

Aggiornamenti da ENISA, NVD e le principali fonti di cybersecurity europee. Tutto quello che un Responsabile Tecnico deve sapere.

39480 risultati

VulnerabilitàAlta
CVE-2026-33430 - Briefcase: Windows MSI Installer Privilege Escalation via Insecure Directory Permissions

CVE ID :CVE-2026-33430 Published : March 26, 2026, 5:16 p.m. | 36 minutes ago Description :Briefcase is a tool for converting a Python project into a standalone native application. Starting in version 0.3.0 and prior to version 0.3.26, if a developer uses Briefcase to produce an Windows MSI installer for a project, and that project is installed for All Users (i.e., per-machine scope), the installation process creates an directory that inherits all the permissions of the parent directory. Depending on the location chosen by the installing user, this may allow a low privilege but authenticated user to replace or modify the binaries installed by the application. If an administrator then runs the altered binary, the binary will run with elevated privileges. The problem is caused by the template used to generate the WXS file for Windows projects. It was fixed in the templates used in Briefcase 0.3.26, 0.4.0, and 0.4.1. Re-running `briefcase create` on your Briefcase project will result in the updated templates being used. As a workaround, the patch can be added to any existing Briefcase .wxs file generated by Briefcase 0.3.24 or later. Severity: 7.3 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE26 mar 2026
VulnerabilitàAlta
CVE-2026-33416 - LIBPNG has use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE`

CVE ID :CVE-2026-33416 Published : March 26, 2026, 5:16 p.m. | 36 minutes ago Description :LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. In versions 1.2.1 through 1.6.55, `png_set_tRNS` and `png_set_PLTE` each alias a heap-allocated buffer between `png_struct` and `png_info`, sharing a single allocation across two structs with independent lifetimes. The `trans_alpha` aliasing has been present since at least libpng 1.0, and the `palette` aliasing since at least 1.2.1. Both affect all prior release lines `png_set_tRNS` sets `png_ptr->trans_alpha = info_ptr->trans_alpha` (256-byte buffer) and `png_set_PLTE` sets `info_ptr->palette = png_ptr->palette` (768-byte buffer). In both cases, calling `png_free_data` (with `PNG_FREE_TRNS` or `PNG_FREE_PLTE`) frees the buffer through `info_ptr` while the corresponding `png_ptr` pointer remains dangling. Subsequent row-transform functions dereference and, in some code paths, write to the freed memory. A second call to `png_set_tRNS` or `png_set_PLTE` has the same effect, because both functions call `png_free_data` internally before reallocating the `info_ptr` buffer. Version 1.6.56 fixes the issue. Severity: 7.5 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE26 mar 2026
News
Critical 9.8 CVSS SpEL Injection and SSRF Flaws Hit Spring AI Framework

Critical 9.8 CVSS SpEL Injection and SSRF Flaws Hit Spring AI Framework Spring AI, the popular framework for integrating Artificial Intelligence into Java applications, is facing a series of security challenges. Recent advisories have uncovered three vulnerabilities that ... Read more Published Date: Mar 26, 2026 (1 day, 21 hours ago) Vulnerabilities has been mentioned in this article.

CVEfeed Newsroom26 mar 2026
News
CISA Warns of Langflow Code Injection Vulnerability Exploited in Attacks

CISA Warns of Langflow Code Injection Vulnerability Exploited in Attacks The Cybersecurity and Infrastructure Security Agency (CISA) has officially added a critical security flaw affecting the Langflow platform to its Known Exploited Vulnerabilities (KEV) catalog on March ... Read more Published Date: Mar 26, 2026 (1 day, 18 hours ago) Vulnerabilities has been mentioned in this article. CVE-2026-33017

CVEfeed Newsroom26 mar 2026
News
IDrive for Windows Vulnerability Let Attackers Escalate Privileges

IDrive for Windows Vulnerability Let Attackers Escalate Privileges A critical local privilege escalation vulnerability has been identified in the IDrive Cloud Backup Client for Windows. Tracked as CVE-2026-1995, this local privilege escalation vulnerability affects t ... Read more Published Date: Mar 26, 2026 (1 day, 16 hours ago) Vulnerabilities has been mentioned in this article. CVE-2026-1995

CVEfeed Newsroom26 mar 2026
News
BIND 9 Security Alert: ISC Releases Patches for Trio of Vulnerabilities

BIND 9 Security Alert: ISC Releases Patches for Trio of Vulnerabilities The Internet Systems Consortium (ISC) has issued an important security advisory for BIND 9, the world’s most widely used DNS software. The update addresses three distinct vulnerabilities that could al ... Read more Published Date: Mar 26, 2026 (1 day, 17 hours ago) Vulnerabilities has been mentioned in this article. CVE-2026-3591 CVE-2026-3119 CVE-2026-1519 CVE-2026-3608 CVE-2026-25075 CVE-2026-3584 CVE-2026-32710 CVE-2025-13878 CVE-2025-29969 CVE-2023-3341

CVEfeed Newsroom26 mar 2026
VulnerabilitàAlta
CVE-2026-4897 - Polkit: polkit: denial of service via unbounded input processing through standard input

CVE ID :CVE-2026-4897 Published : March 26, 2026, 3:16 p.m. | 36 minutes ago Description :A flaw was found in polkit. A local user can exploit this by providing a specially crafted, excessively long input to the `polkit-agent-helper-1` setuid binary via standard input (stdin). This unbounded input can lead to an out-of-memory (OOM) condition, resulting in a Denial of Service (DoS) for the system. Severity: 5.5 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE26 mar 2026
VulnerabilitàAlta
CVE-2026-33397 - Angular SSR Vulnerable to Protocol-Relative URL Injection via Single Backslash Bypass

CVE ID :CVE-2026-33397 Published : March 26, 2026, 3:16 p.m. | 36 minutes ago Description :The Angular SSR is a server-rise rendering tool for Angular applications. Versions on the 22.x branch prior to 22.0.0-next.2, the 21.x branch prior to 21.2.3, and the 20.x branch prior to 20.3.21 have an Open Redirect vulnerability in `@angular/ssr` due to an incomplete fix for CVE-2026-27738. While the original fix successfully blocked multiple leading slashes (e.g., `///`), the internal validation logic fails to account for a single backslash (`\`) bypass. When an Angular SSR application is deployed behind a proxy that passes the `X-Forwarded-Prefix` header, an attacker provides a value starting with a single backslash, the internal validation failed to flag the single backslash as invalid, the application prepends a leading forward slash, resulting in a `Location` header containing the URL, and modern browsers interpret the `/\` sequence as `//`, treating it as a protocol-relative URL and redirecting the user to the attacker-controlled domain. Furthermore, the response lacks the `Vary: X-Forwarded-Prefix` header, allowing the malicious redirect to be stored in intermediate caches (Web Cache Poisoning). Versions 22.0.0-next.2, 21.2.3, and 20.3.21 contain a patch. Until the patch is applied, developers should sanitize the `X-Forwarded-Prefix` header in their `server.ts` before the Angular engine processes the request. Severity: 6.9 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE26 mar 2026
VulnerabilitàAlta
CVE-2026-29934 - Lightcms Reflected Cross-Site Scripting (XSS)

CVE ID :CVE-2026-29934 Published : March 26, 2026, 3:16 p.m. | 36 minutes ago Description :A reflected cross-site scripting (XSS) vulnerability in the /admin/menus component of Lightcms v2.0 allows attackers to execute arbitrary Javascript in the context of the user's browser via modifying the referer value in the request header. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE26 mar 2026
VulnerabilitàAlta
CVE-2026-30162 - Timo XSS

CVE ID :CVE-2026-30162 Published : March 26, 2026, 3:16 p.m. | 36 minutes ago Description :Cross Site Scripting (xss) vulnerability in Timo 2.0.3 via crafted links in the title field. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE26 mar 2026
VulnerabilitàAlta
CVE-2026-29976 - ZerBea hcxpcapngtool Buffer Overflow

CVE ID :CVE-2026-29976 Published : March 26, 2026, 3:16 p.m. | 36 minutes ago Description :Buffer Overflow vulnerability in ZerBea hcxpcapngtool v. 7.0.1-43-g2ee308e allows a local attacker to obtain sensitive information via the getradiotapfield() function Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE26 mar 2026
VulnerabilitàAlta
CVE-2026-29933 - YZMCMS Reflected XSS

CVE ID :CVE-2026-29933 Published : March 26, 2026, 3:16 p.m. | 36 minutes ago Description :A reflected cross-site scripting (XSS) vulnerability in the /index/login.html component of YZMCMS v7.4 allows attackers to execute arbitrary Javascript in the context of the user's browser via modifying the referrer value in the request header. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE26 mar 2026

Pagina 2633 di 3290

Resta aggiornato sulla cybersecurity

Iscriviti a CodersRegistry per ricevere gli aggiornamenti più importanti su regolamentazione EU e vulnerabilità critiche.