Cybersecurity & Regolamentazione UE

News & Sicurezza

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

38704 risultati

VulnerabilitàAlta
CVE-2026-5440 - Memory Exhaustion via Unbounded Content-Length

CVE ID :CVE-2026-5440 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :A memory exhaustion vulnerability exists in the HTTP server due to unbounded use of the `Content-Length` header. The server allocates memory directly based on the attacker supplied header value without enforcing an upper limit. A crafted HTTP request containing an extremely large `Content-Length` value can trigger excessive memory allocation and server termination, even without sending a request body. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2026-5439 - Memory Exhaustion via Forged ZIP Metadata

CVE ID :CVE-2026-5439 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :A memory exhaustion vulnerability exists in ZIP archive processing. Orthanc automatically extracts ZIP archives uploaded to certain endpoints and trusts metadata fields describing the uncompressed size of archived files. An attacker can craft a small ZIP archive containing a forged size value, causing the server to allocate extremely large buffers during extraction. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2026-5438 - Gzip Decompression Bomb via Content-Encoding Header

CVE ID :CVE-2026-5438 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :A gzip decompression bomb vulnerability exists when Orthanc processes HTTP request with `Content-Encoding: gzip`. The server does not enforce limits on decompressed size and allocates memory based on attacker-controlled compression metadata. A specially crafted gzip payload can trigger excessive memory allocation and exhaust system memory. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2026-5437 - Out-of-Bounds Read in DicomStreamReader

CVE ID :CVE-2026-5437 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :An out-of-bounds read vulnerability exists in `DicomStreamReader` during DICOM meta-header parsing. When processing malformed metadata structures, the parser may read beyond the bounds of the allocated metadata buffer. Although this issue does not typically crash the server or expose data directly to the attacker, it reflects insufficient input validation in the parsing logic. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2026-4116 - SonicWall SMA1000 Unicode Encoding Bypass

CVE ID :CVE-2026-4116 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :Improper handling of Unicode encoding in SonicWall SMA1000 series appliances allows a remote authenticated SSLVPN user to bypass Workplace/Connect Tunnel TOTP authentication. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2026-4112 - SonicWall SMA1000 SQL Injection Privilege Escalation

CVE ID :CVE-2026-4112 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :Improper neutralization of special elements used in an SQL command (“SQL Injection”) in SonicWall SMA1000 series appliances allows a remote authenticated attacker with read-only administrator privileges to escalate privileges to primary administrator. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2026-4113 - SonicWall SSL VPN User Credentials Enumeration Vulnerability

CVE ID :CVE-2026-4113 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :An observable response discrepancy vulnerability in the SonicWall SMA1000 series appliances allows a remote attacker to enumerate SSL VPN user credentials. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2026-4114 - SonicWall SMA1000 Remote Authentication Bypass

CVE ID :CVE-2026-4114 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :Improper handling of Unicode encoding in SonicWall SMA1000 series appliances allows a remote authenticated SSLVPN admin to bypass AMC TOTP authentication. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2026-34757 - LIBPNG has a yse-after-free in png_set_PLTE, png_set_tRNS and png_set_hIST leading to corrupted chunk data and potential heap information disclosure

CVE ID :CVE-2026-34757 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57. Severity: 5.1 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2026-34578 - OPNsense has an LDAP Injection via Unsanitized Username in Authentication

CVE ID :CVE-2026-34578 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :OPNsense is a FreeBSD based firewall and routing platform. Prior to 26.1.6, OPNsense's LDAP authentication connector passes the login username directly into an LDAP search filter without calling ldap_escape(). An unauthenticated attacker can inject LDAP filter metacharacters into the username field of the WebGUI login page to enumerate valid LDAP usernames in the configured directory. When the LDAP server configuration includes an Extended Query to restrict login to members of a specific group, the same injection can be used to bypass that group membership restriction and authenticate as any LDAP user whose password is known, regardless of group membership. This vulnerability is fixed in 26.1.6. Severity: 8.2 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2025-70810 - Phpbb Cross Site Request Forgery Code Execution

CVE ID :CVE-2025-70810 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :Cross Site Request Forgery vulnerability in Phpbb phbb3 v.3.3.15 allows a local attacker to execute arbitrary code via the login function and the authentication mechanism Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026
VulnerabilitàAlta
CVE-2025-70811 - "Phpbb CSRF Code Execution"

CVE ID :CVE-2025-70811 Published : April 9, 2026, 3:16 p.m. | 40 minutes ago Description :Cross Site Request Forgery vulnerability in Phpbb phbb3 v.3.3.15 allows a local attacker to execute arbitrary code via the Admin Control Panel icon management functionality. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE09 apr 2026

Pagina 2356 di 3226

Resta aggiornato sulla cybersecurity

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