Cybersecurity & Regolamentazione UE

News & Sicurezza

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

23836 risultati

VulnerabilitàAlta
CVE-2026-6091 - Partial-chain verification accepts untrusted intermediate as trust anchor

CVE ID :CVE-2026-6091 Published : June 25, 2026, 4:46 p.m. | 58 minutes ago Description :Partial-chain certificate verification may accept chains that terminate at a peer-supplied, untrusted intermediate certificate rather than a trusted anchor. An attacker could present a chain that ends at an intermediate they control and have it accepted as valid. This affects the OpenSSL compatibility certificate-path-building path (wolfSSL_X509_verify_cert / X509_STORE, OPENSSL_EXTRA) when the X509_V_FLAG_PARTIAL_CHAIN verify flag is enabled. Severity: 6.0 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa
VulnerabilitàAlta
CVE-2026-55699 - pnpm: reserved bin name deletes PNPM_HOME during global remove

CVE ID :CVE-2026-55699 Published : June 25, 2026, 4:44 p.m. | 1 hour ago Description :pnpm is a package manager. Prior to 10.34.2 and 11.5.3, Manifest bin object keys such as "", ".", and ".." passed pnpm's bin-name guard. When a malicious package was installed globally, later global remove, update, or add-replacement flows could re-derive those names from the installed manifest and pass path.join(globalBinDir, binName) to removeBin. For "." this targets the global bin directory; for ".." this targets its parent. This vulnerability is fixed in 10.34.2 and 11.5.3. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa
VulnerabilitàAlta
CVE-2026-55698 - pnpm: Project env lockfile can short-circuit package-manager resolution and execute lockfile-selected pnpm bytes

CVE ID :CVE-2026-55698 Published : June 25, 2026, 4:43 p.m. | 1 hour, 1 minute ago Description :pnpm is a package manager. Prior to 10.34.2 and 11.5.3, pnpm can persist package-manager bootstrap metadata in the first YAML document of pnpm-lock.yaml. Before the patch, direct pnpm execution trusted an already resolved packageManagerDependencies entry when the committed env lockfile contained matching pnpm and @pnpm/exe versions. A malicious repository could therefore commit package-manager lockfile package records and snapshots that bypassed fresh package-manager resolution, then cause pnpm to install and execute bytes selected by that committed lockfile state during automatic version switching. This vulnerability is fixed in 10.34.2 and 11.5.3. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa
VulnerabilitàAlta
CVE-2026-55697 - pnpm: Repository-controlled configDependencies can select a pacquet native install engine

CVE ID :CVE-2026-55697 Published : June 25, 2026, 4:42 p.m. | 1 hour, 2 minutes ago Description :pnpm is a package manager. Prior to 10.34.2 and 11.5.3, pnpm can install configDependencies declared in pnpm-workspace.yaml before command dispatch. Before the patch, a repository could declare pacquet or @pnpm/pacquet as a config dependency and pnpm treated that repository-controlled dependency as an install-engine opt-in. During install, pnpm resolved a platform-specific @pacquet/-/pacquet binary from node_modules/.pnpm-config/ and spawned it as the developer or CI user. This vulnerability is fixed in 10.34.2 and 11.5.3. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa
VulnerabilitàAlta
CVE-2026-6291 - Bleichenbacher padding oracle in PKCS#7 KTRI RSA PKCS#1 v1.5 decryption

CVE ID :CVE-2026-6291 Published : June 25, 2026, 4:41 p.m. | 1 hour, 3 minutes ago Description :Bleichenbacher padding oracle in PKCS#7 KTRI decryption. When decrypting PKCS#7 EnvelopedData using RSA PKCS#1 v1.5 key transport, wolfSSL returned distinguishable error codes depending on whether RSA padding validation failed versus whether the decrypted content was malformed. An attacker able to submit crafted EnvelopedData messages and observe error responses could use this as a padding oracle to incrementally recover the encrypted Content Encryption Key (CEK). The fix generates a deterministic pseudo-random fake CEK on padding failure (via HMAC-SHA256) and proceeds with decryption identically, using constant-time operations throughout, so that all failure paths produce the same error regardless of padding validity. Severity: 6.0 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa
VulnerabilitàAlta
CVE-2026-55487 - pnpm: manifest identity spoof satisfies allowBuilds and runs attacker lifecycle

CVE ID :CVE-2026-55487 Published : June 25, 2026, 4:41 p.m. | 1 hour, 3 minutes ago Description :pnpm is a package manager. Prior to 10.34.2 and 11.5.3, the generic peer-suffix normalizer also stripped parenthesized text from git, URL, tarball, file, and other opaque locators. Approval for one source string could therefore authorize a different attacker-controlled source whose locator normalized to the same value. This vulnerability is fixed in 10.34.2 and 11.5.3. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa
VulnerabilitàAlta
CVE-2026-6094 - Heap buffer overread in wc_PKCS7_DecodeEnvelopedData parsing crafted PKCS7 EnvelopedData

CVE ID :CVE-2026-6094 Published : June 25, 2026, 4:35 p.m. | 1 hour, 9 minutes ago Description :Heap buffer overread in wc_PKCS7_DecodeEnvelopedData when parsing crafted PKCS7 EnvelopedData. This could theoretically be triggered by attacker-supplied data delivered via S/MIME or CMS. Severity: 6.3 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa
VulnerabilitàAlta
CVE-2026-54448 - Trivy: Helm chart tar bomb causes OOM via unbounded io.ReadAll in parser

CVE ID :CVE-2026-54448 Published : June 25, 2026, 4:27 p.m. | 1 hour, 17 minutes ago Description :Trivy is a security scanner. Prior to 0.71.0, when Trivy scans a Helm chart archive (.tgz), its custom tar unpacker reads each entry with io.ReadAll(tr) and no size limit. An attacker who can place a malicious .tgz file in the scanned path can craft a small compressed archive that decompresses to gigabytes, causing the Trivy process to be killed by the OS OOM killer. This vulnerability is fixed in 0.71.0. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa
VulnerabilitàAlta
CVE-2026-13351 - net: Maliciously fragmented IPv6 packets can prevent receiving/processing future incoming packets

CVE ID :CVE-2026-13351 Published : June 25, 2026, 4:27 p.m. | 1 hour, 17 minutes ago Description :Zephyr's IPv6 network stack can be prevented from receiving or processing future incoming packets by sending a small number of maliciously fragmented IPv6 packets. When such a packet is handled by the fragment-header processing path, the associated RX network packet buffer (allocated from a memory slab) is not released back to the pool. Repeating the malicious packet exhausts all RX buffer slots, after which the device can no longer obtain RX buffers and stops receiving traffic, resulting in a denial of service. Severity: 7.5 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa
VulnerabilitàAlta
CVE-2026-55092 - Trivy: Path traversal via a crafted vulnerability database or other downloaded artifacts

CVE ID :CVE-2026-55092 Published : June 25, 2026, 4:26 p.m. | 1 hour, 18 minutes ago Description :Trivy is a security scanner. Prior to 0.71.1, when Trivy downloads an OCI artifact, it uses the org.opencontainers.image.title annotation from the artifact manifest as the destination filename without validation. An attacker who can make Trivy fetch an attacker-controlled artifact can supply a crafted annotation that resolves to a path outside the intended destination, causing Trivy to write the layer content to an arbitrary location on the host filesystem. This vulnerability is fixed in 0.71.1. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa
News
Google Chrome 149 Security Update: 18 Vulnerabilities Patched

Google Chrome 149 Security Update: 18 Vulnerabilities Patched June 25, 2026Google has shipped a Stable Channel update fixing 18 security vulnerabilities in Chrome — four rated Critical, fourteen rated High. None of the 18 show evidence of active exploitation at ... Read more Published Date: Jun 25, 2026 (2 days, 15 hours ago) Vulnerabilities has been mentioned in this article. CVE-2026-13037 CVE-2026-13036 CVE-2026-13035 CVE-2026-13034 CVE-2026-13031 CVE-2026-13030 CVE-2026-13029 CVE-2026-13027 CVE-2026-13026 CVE-2026-13025 CVE-2026-13024 CVE-2026-13023 CVE-2026-13022 CVE-2026-13021 CVE-2026-13038 CVE-2026-13033 CVE-2026-13032 CVE-2026-13028 CVE-2026-11645

CVEfeed Newsroom2g fa
VulnerabilitàAlta
CVE-2026-57437 - Nokogiri: Possible Use-After-Free when directly using `NokogirI::XML::XPathContext` beyond document lifetime

CVE ID :CVE-2026-57437 Published : June 25, 2026, 2:34 p.m. | 1 hour, 10 minutes ago Description :Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, Nokogiri::XML::XPathContext did not keep its source document alive for garbage collection. If an XPathContext outlived its document and the document was collected, evaluating an XPath expression could read invalid memory and potentially segfault. This is only reachable when application code constructs an XPathContext directly and lets the document become unreachable while continuing to use the context. The normal Document#xpath, #css, and related search methods are not affected, and it is not triggerable by malicious document input. This vulnerability is fixed in 1.19.4. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE2g fa

Pagina 29 di 1987

Resta aggiornato sulla cybersecurity

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