Lucene search
+L

74308 matches found

Redos
Redos
•added 2026/06/30 12:00 a.m.•12 views

ROS-20260630-73-0027

The vulnerability of the vmbusdisconnect function in the drivers/hv/connection.c module of the Microsoft HyperV Linux operating system kernel is related to the dereferencing of the NULL pointer. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, an...

5.5CVSS6.3AI score0.00155EPSS
SaveExploits0
OSV
OSV
•added 2026/06/30 12:00 a.m.•15 views

ALSA-2026:33449 Important: php security update

PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. Security Fixes: php: php-soap: php-src: PHP SOAP extension: Remote Code Execution via use-after-free vulnerability CVE-2026-6722 PHP: PHP: Denial of Service via improper handling of signed characters in ctype...

9.8CVSS7.1AI score0.01295EPSS
SaveExploits1References16
Tenable Nessus
Tenable Nessus
•added 2026/06/30 12:00 a.m.•26 views

RHEL 9 : php (RHSA-2026:33449)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:33449 advisory. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. Security Fixes: php: php-soap: php-src: PHP SOAP...

9.8CVSS7.2AI score0.01295EPSS
SaveExploits1References17
Tenable Nessus
Tenable Nessus
•added 2026/06/30 12:00 a.m.•18 views

Linux Distros Unpatched Vulnerability : CVE-2026-53301

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - reset: amlogic: t7: Fix null reset ops Fix missing reset ops causing kernel null pointer dereference. This SOC's reset is currently not used yet. CVE-2026-53301...

5.5CVSS5.6AI score0.0016EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/06/30 12:00 a.m.•17 views

Linux Distros Unpatched Vulnerability : CVE-2026-53299

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: airoha: Move ndesc initialization at end of airohaqdmainittx If queue entry list allocation fails in airohaqdmainittxqueue routine, airohaqdmacleanuptxqueu...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/06/30 12:00 a.m.•14 views

Linux Distros Unpatched Vulnerability : CVE-2026-53278

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - armmpam: Check whether the config array is allocated before destroying it destroycomponentcfg is called to free the configuration array. It uses the embedded...

5.5CVSS5.8AI score0.00143EPSS
SaveExploits0References3
AlmaLinux
AlmaLinux
•added 2026/06/30 12:00 a.m.•20 views

Important: php security update

PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. Security Fixes: php: php-soap: php-src: PHP SOAP extension: Remote Code Execution via use-after-free vulnerability CVE-2026-6722 PHP: PHP: Denial of Service via improper handling of signed characters in ctype...

9.8CVSS7.1AI score0.01295EPSS
SaveExploits1References16
OPENSUSE Linux
OPENSUSE Linux
•added 2026/06/30 12:00 a.m.•14 views

Security update for krb5 (moderate)

openSUSE security update: security update for krb5 ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:21021-1 Rating: moderate References: bsc1263366 bsc1263367 Cross-References: CVE-2026-40355 CVE-2026-40356 CVSS scores: CVE-2026-40355 SUSE : 5.9...

5.9CVSS6.4AI score0.00792EPSS
SaveExploits2References2
OPENSUSE Linux
OPENSUSE Linux
•added 2026/06/30 12:00 a.m.•11 views

Security update for gsasl (important)

openSUSE security update: security update for gsasl ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:21004-1 Rating: important References: bsc1266371 Cross-References: CVE-2026-48829 CVSS scores: CVE-2026-48829 SUSE : 7.5...

8.7CVSS5.8AI score0.0063EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/06/30 12:00 a.m.•0 views

CVE-2026-58369: NULL Pointer Dereference

Woodpecker before 3.15.0 registers the /api/orgs/lookup/orgfullname endpoint without authentication middleware, and the LookupOrg handler unconditionally dereferences the session user user.ForgeID, via ForgeFromUser when selecting the forge to query. For an unauthenticated request session.User...

6.9CVSS5.6AI score0.00637EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/06/29 10:51 p.m.•17 views

CVE-2026-10648 NULL-pointer dereference in MCUmgr serial/console SMP transport on buffer-pool exhaustion

mcumgrserialprocessfrag in subsys/mgmt/mcumgr/transport/src/serialutil.c calls netbufreset on the result of smppacketalloc before checking it for NULL. smppacketalloc uses netbufallocKNOWAIT against the shared MCUmgr packet pool CONFIGMCUMGRTRANSPORTNETBUFCOUNT, default 4, which returns NULL when...

6.2CVSS6.2AI score0.00153EPSS
SaveExploits1References2
CVE
CVE
•added 2026/06/29 10:51 p.m.•70 views

CVE-2026-10648

CVE-2026-10648 affects Zephyr’s MCUmgr serial/console SMP transport paths. The bug occurs in mcumgr_serial_process_frag() where net_buf_reset() is invoked on the result of smp_packet_alloc() before checking NULL. smp_packet_alloc() draws from the shared MCUmgr packet pool (default 4 entries) via ...

6.2CVSS6.2AI score0.00153EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
•added 2026/06/29 10:51 p.m.•51 views

CVE-2026-10648 NULL-pointer dereference in MCUmgr serial/console SMP transport on buffer-pool exhaustion

mcumgrserialprocessfrag in subsys/mgmt/mcumgr/transport/src/serialutil.c calls netbufreset on the result of smppacketalloc before checking it for NULL. smppacketalloc uses netbufallocKNOWAIT against the shared MCUmgr packet pool CONFIGMCUMGRTRANSPORTNETBUFCOUNT, default 4, which returns NULL when...

6.2CVSS0.00153EPSS
SaveExploits1References2
OSV
OSV
•added 2026/06/29 10:36 p.m.•26 views

SUSE-SU-2026:2686-1 Security update for apache2

This update for apache2 fixes the following issues - CVE-2026-23918: http2: double free and possible RCE on early reset bsc1263957. - CVE-2026-24072: modrewrite elevation of privileges via apexpr bsc1263935. - CVE-2026-28780: heap buffer overflow in modproxyajp via ajpmsgcheckheader bsc1264163. -...

9.8CVSS7.3AI score0.99957EPSS
SaveExploits56References95
NVD
NVD
•added 2026/06/29 8:17 p.m.•23 views

CVE-2026-56017

JavaScript::Minifier::XS versions before 0.16 for Perl crash with a NULL pointer dereference when the first meaningful token of the input is a slash. The regexp versus division disambiguator in JsTokenizeString XS.xs inspects the previous token's last byte to choose between a regexp literal and a...

7.5CVSS0.00488EPSS
SaveExploits0References2
OSV
OSV
•added 2026/06/29 8:17 p.m.•7 views

ALPINE-CVE-2026-56017

JavaScript::Minifier::XS versions before 0.16 for Perl crash with a NULL pointer dereference when the first meaningful token of the input is a slash. The regexp versus division disambiguator in JsTokenizeString XS.xs inspects the previous token's last byte to choose between a regexp literal and a...

7.5CVSS5.9AI score0.00488EPSS
SaveExploits0References1
OSV
OSV
•added 2026/06/29 8:17 p.m.•19 views

UBUNTU-CVE-2026-56017

JavaScript::Minifier::XS versions before 0.16 for Perl crash with a NULL pointer dereference when the first meaningful token of the input is a slash. The regexp versus division disambiguator in JsTokenizeString XS.xs inspects the previous token's last byte to choose between a regexp literal and a...

7.5CVSS5.8AI score0.00488EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/29 8:17 p.m.•13 views

CVE-2026-56017

JavaScript::Minifier::XS versions before 0.16 for Perl crash with a NULL pointer dereference when the first meaningful token of the input is a slash. The regexp versus division disambiguator in JsTokenizeString XS.xs inspects the previous token's last byte to choose between a regexp literal and a...

7.5CVSS6.1AI score0.00488EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2026/06/29 7:38 p.m.•15 views

CVE-2026-56017 JavaScript::Minifier::XS versions before 0.16 for Perl crash with a NULL pointer dereference when the first meaningful token of the input is a slash

JavaScript::Minifier::XS versions before 0.16 for Perl crash with a NULL pointer dereference when the first meaningful token of the input is a slash. The regexp versus division disambiguator in JsTokenizeString XS.xs inspects the previous token's last byte to choose between a regexp literal and a...

5.8AI score0.00488EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/06/29 7:38 p.m.•22 views

EUVD-2026-40181

JavaScript::Minifier::XS versions before 0.16 for Perl crash with a NULL pointer dereference when the first meaningful token of the input is a slash. The regexp versus division disambiguator in JsTokenizeString XS.xs inspects the previous token's last byte to choose between a regexp literal and a...

7.5CVSS5.8AI score0.00488EPSS
SaveExploits0References1
Rows per page
Query Builder