Cybersecurity & Regolamentazione UE

News & Sicurezza

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

36379 risultati

VulnerabilitàAlta
CVE-2026-42552 - Flight: Sensitive information disclosure via default error handler in flightphp/core

CVE ID :CVE-2026-42552 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :Flight is an extensible micro-framework for PHP. Prior to 3.18.1, the default error handler Engine::_error() writes the full exception message, exception code, and stack trace (including absolute filesystem paths) directly into the HTTP 500 response, with no debug gating. Production deployments leak internal paths, any secret interpolated into an exception message, and full module structure — giving attackers primitives for chaining other weaknesses (LFI, path traversal). This vulnerability is fixed in 3.18.1. Severity: 7.5 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-42549 - Flight: Path traversal in `make:controller` CLI creates arbitrary directories outside project root

CVE ID :CVE-2026-42549 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :Flight is an extensible micro-framework for PHP. Prior to 3.18.1, the make:controller CLI command calls mkdir(..., recursive: true) on a path built from the user-supplied controller name, before Nette's class-name validation runs. The class-file write is correctly rejected by Nette when the name contains /, but the recursive directory creation side effect is already committed — including directories located outside the project root through ../ traversal. This vulnerability is fixed in 3.18.1. Severity: 4.4 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-42548 - Flight: Reflected XSS via unvalidated JSONP callback in Flight::jsonp()

CVE ID :CVE-2026-42548 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :Flight is an extensible micro-framework for PHP. Prior to 3.18.1, Flight::jsonp() concatenates the ?jsonp= query parameter directly into an application/javascript response body without validating that the value is a legal JavaScript identifier. An attacker can inject arbitrary JavaScript that executes in the response origin, enabling reflected cross-site scripting. This vulnerability is fixed in 3.18.1. Severity: 8.6 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-33377 - Dashboard Import Overwrites ACL — Editor Privilege Escalation to Dashboard Admin

CVE ID :CVE-2026-33377 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :An Editor can overwrite a dashboard not owned by them to acquire admin on that specific dashboard. The user must have write access to the dashboard to escalate privilege. Severity: 7.1 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-33378 - Grafana Data Source Plugin: DoS (OOM) via Negative Interval Injection in $__timeGroup Macro

CVE ID :CVE-2026-33378 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :Using the $__timeGroup macro, one can achieve an OOM by overloading the server. This requires a SQL datasource. If the server is set up to auto-restart, the impact is minimal or non-existent, as the attack can take upwards of half an hour to crash the server. Severity: 6.5 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-33380 - SQL Expressions Read File From Disk

CVE ID :CVE-2026-33380 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :A vulnerability in SQL Expressions allows an authenticated attacker to read arbitrary files from the Grafana server's filesystem. Only instances with the sqlExpressions feature toggle enabled are vulnerable. Severity: 6.3 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-33381 - Users can generate Service Account tokens after permissions removal

CVE ID :CVE-2026-33381 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :When a user's access to mint tokens for a service account is revoked, it is sometimes still possible to do so for a few seconds after the event. The user will eventually lose access to do this. Severity: 5.9 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-33376 - Auth Proxy IPv6 whitelist bypass

CVE ID :CVE-2026-33376 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :When using an IPv6 allow-list for the Auth Proxy feature, it defaults to /32 addresses. Addresses specifying a mask explicitly are not affected; to mitigate easily, add the desired mask (usually /128) to the addresses. Only auth proxy is affected; Okta, SAML, LDAP, etc are unaffected here. Severity: 7.4 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-28380 - BAC in Snapshot API allows deletion of unauthorized dashboard snapshots

CVE ID :CVE-2026-28380 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :Any Editor could delete any snapshot, even if they have no access to read or write them. Severity: 6.5 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-28383 - Grafana plugin resources can lead to unbounded memory allocation

CVE ID :CVE-2026-28383 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :A request to the Grafana plugin resources endpoint can cause unbounded memory allocation by reading the entire request body into memory. An authenticated user can exploit this to trigger an out-of-memory condition, potentially causing a denial of service. Severity: 6.5 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-28376 - Grafana Live push endpoint allows unbounded memory allocation leading to OOM

CVE ID :CVE-2026-28376 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :The Grafana Live push endpoint can be exploited to cause unbounded memory allocation by sending a large or streaming request body, potentially leading to out-of-memory conditions. An authenticated user with access to the Grafana Live API can trigger this issue. Severity: 6.5 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026
VulnerabilitàAlta
CVE-2026-28379 - Viewer-triggered race condition in Grafana Live leads to complete server crash

CVE ID :CVE-2026-28379 Published : May 13, 2026, 8:16 p.m. | 14 minutes ago Description :A race condition in Grafana Live allows authenticated users with Viewer role to trigger a server crash by sending concurrent requests that cause a fatal map access error. This results in complete service unavailability requiring restart of the Grafana server. Severity: 6.5 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE13 mag 2026

Pagina 1664 di 3032

Resta aggiornato sulla cybersecurity

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