Cybersecurity & Regolamentazione UE

News & Sicurezza

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

37760 risultati

News
Critical Wazuh Vulnerability Enables Lateral Movement and Root Access

Critical Wazuh Vulnerability Enables Lateral Movement and Root Access Wazuh, the widely deployed open-source platform for threat detection and response, has addressed a critical path traversal vulnerability in its cluster synchronization mechanism. The flaw, tracked as ... Read more Published Date: Apr 30, 2026 (3 days, 14 hours ago) Vulnerabilities has been mentioned in this article.

CVEfeed Newsroom30 apr 2026
VulnerabilitàAlta
CVE-2026-5080 - Dancer::Session::Abstract versions through 1.3522 for Perl generates session ids insecurely

CVE ID :CVE-2026-5080 Published : April 30, 2026, 12:16 p.m. | 4 hours, 2 minutes ago Description :Dancer::Session::Abstract versions through 1.3522 for Perl generates session ids insecurely. The session id is generated from summing the character codepoints of the absolute pathname with the process id, the epoch time and calls to the built-in rand() function to return a number between 0 and 999-billion, and concatenating that result three times. The path name might be known or guessed by an attacker, especially for applications known to be written using Dancer with standard installation locations. The epoch time can be guessed by an attacker, and may be leaked in the HTTP header. The process id comes from a small set of numbers, and workers may have sequential process ids. The built-in rand() function is seeded with 32-bits and is considered unsuitable for security applications. Predictable session ids could allow an attacker to gain access to systems. Severity: 5.9 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE30 apr 2026
VulnerabilitàAlta
CVE-2026-31693 - cifs: some missing initializations on replay

CVE ID :CVE-2026-31693 Published : April 30, 2026, 12:16 p.m. | 4 hours, 2 minutes ago Description :In the Linux kernel, the following vulnerability has been resolved: cifs: some missing initializations on replay In several places in the code, we have a label to signify the start of the code where a request can be replayed if necessary. However, some of these places were missing the necessary reinitializations of certain local variables before replay. This change makes sure that these variables get initialized after the label. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE30 apr 2026
VulnerabilitàAlta
CVE-2026-1493 - Cross-Site Scripting in LEX Baza Dokumentów

CVE ID :CVE-2026-1493 Published : April 30, 2026, 12:16 p.m. | 4 hours, 2 minutes ago Description :LEX Baza Dokumentów is vulnerable to DOM-based XSS in "em" cookie parameter. The application unsafely processes the parameter on the client side, allowing an attacker to execute arbitrary JavaScript in the context of the victim's browser. An attacker with ability to set a cookie can perform a more severe attack, so we evaluate the impact and risk of exploitation as minimal. However, the vendor considered this a vulnerability and released a security patch. This issue was fixed in version 1.3.4. Severity: 4.6 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE30 apr 2026
VulnerabilitàAlta
CVE-2026-31787 - xen/privcmd: fix double free via VMA splitting

CVE ID :CVE-2026-31787 Published : April 30, 2026, 11:16 a.m. | 5 hours, 2 minutes ago Description :In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: fix double free via VMA splitting privcmd_vm_ops defines .close (privcmd_close), but neither .may_split nor .open. When userspace does a partial munmap() on a privcmd mapping, the kernel splits the VMA via __split_vma(). Since may_split is NULL, the split is allowed. vm_area_dup() copies vm_private_data (a pages array allocated in alloc_empty_pages()) into the new VMA without any fixup, because there is no .open callback. Both VMAs now point to the same pages array. When the unmapped portion is closed, privcmd_close() calls: - xen_unmap_domain_gfn_range() - xen_free_unpopulated_pages() - kvfree(pages) The surviving VMA still holds the dangling pointer. When it is later destroyed, the same sequence runs again, which leads to a double free. Fix this issue by adding a .may_split callback denying the VMA split. This is XSA-487 / CVE-2026-31787 Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE30 apr 2026
VulnerabilitàAlta
CVE-2026-31692 - rtnetlink: add missing netlink_ns_capable() check for peer netns

CVE ID :CVE-2026-31692 Published : April 30, 2026, 11:16 a.m. | 5 hours, 2 minutes ago Description :In the Linux kernel, the following vulnerability has been resolved: rtnetlink: add missing netlink_ns_capable() check for peer netns rtnl_newlink() lacks a CAP_NET_ADMIN capability check on the peer network namespace when creating paired devices (veth, vxcan, netkit). This allows an unprivileged user with a user namespace to create interfaces in arbitrary network namespaces, including init_net. Add a netlink_ns_capable() check for CAP_NET_ADMIN in the peer namespace before allowing device creation to proceed. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE30 apr 2026
VulnerabilitàAlta
CVE-2026-31786 - Buffer overflow in drivers/xen/sys-hypervisor.c

CVE ID :CVE-2026-31786 Published : April 30, 2026, 11:16 a.m. | 5 hours, 2 minutes ago Description :In the Linux kernel, the following vulnerability has been resolved: Buffer overflow in drivers/xen/sys-hypervisor.c The build id returned by HYPERVISOR_xen_version(XENVER_build_id) is neither NUL terminated nor a string. The first causes a buffer overflow as sprintf in buildid_show will read and copy till it finds a NUL. 00000000 f4 91 51 f4 dd 38 9e 9d 65 47 52 eb 10 71 db 50 |..Q..8..eGR..q.P| 00000010 b9 a8 01 42 6f 2e 32 |...Bo.2| 00000017 So use a memcpy instead of sprintf to have the correct value: 00000000 f4 91 51 f4 dd 00 9e 9d 65 47 52 eb 10 71 db 50 |..Q.....eGR..q.P| 00000010 b9 a8 01 42 |...B| 00000014 (the above have a hack to embed a zero inside and check it's returned correctly). This is XSA-485 / CVE-2026-31786 Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE30 apr 2026
VulnerabilitàAlta
CVE-2026-41882 - JetBrains IntelliJ IDEA Local File Disclosure

CVE ID :CVE-2026-41882 Published : April 30, 2026, 12:16 p.m. | 4 hours, 2 minutes ago Description :In JetBrains IntelliJ IDEA before 2024.3.7.1, 2025.1.7.1, 2025.2.6.2, 2025.3.4.1, 2026.1.1 reading arbitrary local files was possible via built-in web server Severity: 7.4 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE30 apr 2026
News
What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia

What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia Exclusive A novel China-linked threat group infiltrated more than a dozen critical networks in Poland, Asian countries, and possibly beyond, beginning in December 2024 and with activity uncovered as r ... Read more Published Date: Apr 30, 2026 (3 days, 15 hours ago) Vulnerabilities has been mentioned in this article. CVE-2025-55182 CVE-2021-27065 CVE-2021-26858 CVE-2021-26857 CVE-2021-26855

CVEfeed Newsroom30 apr 2026
News
Vulnerability in LEX Baza Dokumentów software

Vulnerability in LEX Baza Dokumentów software Vulnerability in LEX Baza Dokumentów software CVE ID CVE-2026-1493 Publication date 30 April 2026 Vendor Wolters Kluwer Polska Product LEX Baza Dokumentów Vulnerable versions All before 1.3.4 Vulnerab ... Read more Published Date: Apr 30, 2026 (3 days, 13 hours ago) Vulnerabilities has been mentioned in this article. CVE-2026-1493

CVEfeed Newsroom30 apr 2026
News
Bug of the year (so far): Nasty cPanel vulnerability probably exploited as a 0-day

Bug of the year (so far): Nasty cPanel vulnerability probably exploited as a 0-day Emergency patches are available for a critical vulnerability in cPanel and WHM that allows attackers to bypass authentication and gain root access to servers managed using it. Given that cPanel and We ... Read more Published Date: Apr 30, 2026 (2 days, 22 hours ago) Vulnerabilities has been mentioned in this article. CVE-2026-41940

CVEfeed Newsroom30 apr 2026
VulnerabilitàAlta
CVE-2026-6498 - Five Star Restaurant Reservations <= 2.7.16 - Unauthenticated Payment Bypass via PHP Type Juggling in 'payment_id' Parameter

CVE ID :CVE-2026-6498 Published : April 30, 2026, 10:16 a.m. | 6 hours, 2 minutes ago Description :The Five Star Restaurant Reservations plugin for WordPress is vulnerable to a payment bypass via PHP type juggling in versions up to, and including, 2.7.16 This is due to the valid_payment() function using a PHP loose comparison (==) between the attacker-controlled payment_id POST parameter and the booking's stripe_payment_intent_id property. When an unauthenticated attacker submits a request to the nopriv AJAX handler rtb_stripe_pmt_succeed before the Stripe payment intent has been created for a booking (i.e., before the JavaScript-triggered create_stripe_pmtIntnt() call has stored an intent ID in post meta), the stripe_payment_intent_id property on the booking object remains null. The comparison sanitize_text_field('') == null evaluates to TRUE in PHP loose comparison, causing the payment verification check to pass with zero actual payment. This makes it possible for unauthenticated attackers to mark any existing payment_pending booking as paid without completing a Stripe payment by submitting an empty payment_id parameter. Severity: 5.3 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE30 apr 2026

Pagina 1981 di 3147

Resta aggiornato sulla cybersecurity

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