Cybersecurity & Regolamentazione UE

News & Sicurezza

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

38629 risultati

VulnerabilitàAlta
CVE-2026-6123 (CVSS 8.8)

A vulnerability was found in Tenda F451 1.0.0.7. This affects the function fromAddressNat of the file /goform/addressNat of the component httpd. Performing a manipulation of the argument entrys results in stack-based buffer overflow. Remote exploitation of the attack is possible. The exploit has been made public and could be used.

NVD (NIST)12 apr 2026
VulnerabilitàAlta
CVE-2026-6123 - Tenda F451 httpd addressNat fromAddressNat stack-based overflow

CVE ID :CVE-2026-6123 Published : April 12, 2026, 9:16 a.m. | 8 hours, 41 minutes ago Description :A vulnerability was found in Tenda F451 1.0.0.7. This affects the function fromAddressNat of the file /goform/addressNat of the component httpd. Performing a manipulation of the argument entrys results in stack-based buffer overflow. Remote exploitation of the attack is possible. The exploit has been made public and could be used. Severity: 9.0 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE12 apr 2026
VulnerabilitàAlta
CVE-2026-6122 (CVSS 8.8)

A vulnerability has been found in Tenda F451 1.0.0.7. Affected by this issue is the function frmL7ProtForm of the file /goform/L7Prot of the component httpd. Such manipulation of the argument page leads to stack-based buffer overflow. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.

NVD (NIST)12 apr 2026
VulnerabilitàAlta
CVE-2026-6122 - Tenda F451 httpd L7Prot frmL7ProtForm stack-based overflow

CVE ID :CVE-2026-6122 Published : April 12, 2026, 8:16 a.m. | 9 hours, 40 minutes ago Description :A vulnerability has been found in Tenda F451 1.0.0.7. Affected by this issue is the function frmL7ProtForm of the file /goform/L7Prot of the component httpd. Such manipulation of the argument page leads to stack-based buffer overflow. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. Severity: 9.0 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE12 apr 2026
VulnerabilitàAlta
CVE-2026-6121 (CVSS 8.8)

A flaw has been found in Tenda F451 1.0.0.7. Affected by this vulnerability is the function WrlclientSet of the file /goform/WrlclientSet of the component httpd. This manipulation of the argument GO causes stack-based buffer overflow. The attack may be initiated remotely. The exploit has been published and may be used.

NVD (NIST)12 apr 2026
News
Week in review: Windows zero-day exploit leaked, Patch Tuesday forecast

Week in review: Windows zero-day exploit leaked, Patch Tuesday forecast Here’s an overview of some of last week’s most interesting news, articles, interviews and videos: Cloudflare moves up its post-quantum deadline as researchers narrow the path to Q-Day Cloudflare annou ... Read more Published Date: Apr 12, 2026 (1 day, 6 hours ago) Vulnerabilities has been mentioned in this article. CVE-2026-34078 CVE-2026-31790 CVE-2026-34197 CVE-2026-2673

CVEfeed Newsroom12 apr 2026
News
CVE-2026-34621: Adobe Acrobat Reader Prototype Pollution RCE

CVE-2026-34621: Adobe Acrobat Reader Prototype Pollution RCE April 12, 2026Vulnerability SummaryA critical Prototype Pollution vulnerability (CWE-1321) affecting Adobe Acrobat Reader versions 24.001.30356, 26.001.21367 and earlier, capable of arbitrary code exe ... Read more Published Date: Apr 12, 2026 (1 day, 7 hours ago) Vulnerabilities has been mentioned in this article. CVE-2026-34621

CVEfeed Newsroom12 apr 2026
VulnerabilitàAlta
CVE-2026-6121 - Tenda F451 httpd WrlclientSet stack-based overflow

CVE ID :CVE-2026-6121 Published : April 12, 2026, 8:16 a.m. | 3 hours, 40 minutes ago Description :A flaw has been found in Tenda F451 1.0.0.7. Affected by this vulnerability is the function WrlclientSet of the file /goform/WrlclientSet of the component httpd. This manipulation of the argument GO causes stack-based buffer overflow. The attack may be initiated remotely. The exploit has been published and may be used. Severity: 9.0 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE12 apr 2026
VulnerabilitàAlta
CVE-2026-6120 (CVSS 8.8)

A vulnerability was detected in Tenda F451 1.0.0.7. Affected is the function fromDhcpListClient of the file /goform/DhcpListClient of the component httpd. The manipulation of the argument page results in stack-based buffer overflow. The attack can be launched remotely. The exploit is now public and may be used.

NVD (NIST)12 apr 2026
VulnerabilitàAlta
CVE-2026-6120 - Tenda F451 httpd DhcpListClient fromDhcpListClient stack-based overflow

CVE ID :CVE-2026-6120 Published : April 12, 2026, 6:16 a.m. | 5 hours, 40 minutes ago Description :A vulnerability was detected in Tenda F451 1.0.0.7. Affected is the function fromDhcpListClient of the file /goform/DhcpListClient of the component httpd. The manipulation of the argument page results in stack-based buffer overflow. The attack can be launched remotely. The exploit is now public and may be used. Severity: 9.0 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE12 apr 2026
VulnerabilitàAlta
CVE-2026-31413 - bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR

CVE ID :CVE-2026-31413 Published : April 12, 2026, 6:16 a.m. | 5 hours, 40 minutes ago Description :In the Linux kernel, the following vulnerability has been resolved: bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR maybe_fork_scalars() is called for both BPF_AND and BPF_OR when the source operand is a constant. When dst has signed range [-1, 0], it forks the verifier state: the pushed path gets dst = 0, the current path gets dst = -1. For BPF_AND this is correct: 0 & K == 0. For BPF_OR this is wrong: 0 | K == K, not 0. The pushed path therefore tracks dst as 0 when the runtime value is K, producing an exploitable verifier/runtime divergence that allows out-of-bounds map access. Fix this by passing env->insn_idx (instead of env->insn_idx + 1) to push_stack(), so the pushed path re-executes the ALU instruction with dst = 0 and naturally computes the correct result for any opcode. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE12 apr 2026
VulnerabilitàCritica
CVE-2026-6116 (CVSS 9.8)

A vulnerability has been found in Totolink A7100RU 7.4cu.2313_b20191024. This vulnerability affects the function setDiagnosisCfg of the file /cgi-bin/cstecgi.cgi of the component CGI Handler. The manipulation of the argument ip leads to os command injection. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.

NVD (NIST)12 apr 2026

Pagina 2315 di 3220

Resta aggiornato sulla cybersecurity

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