Lucene search
+L

10856 matches found

RedHat Linux
RedHat Linux
added 2026/04/14 6:48 a.m.24 views

Important: Red Hat Security Advisory: golang-github-openprinting-ipp-usb security update

An update for golang-github-openprinting-ipp-usb is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available f...

7.5CVSS5.8AI score0.00728EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/14 12:0 a.m.16 views

RHEL 10 : golang-github-openprinting-ipp-usb (RHSA-2026:7992)

The remote Redhat Enterprise Linux 10 host has a package installed that is affected by a vulnerability as referenced in the RHSA-2026:7992 advisory. HTTP reverse proxy, backed by IPP-over-USB connection to device. It enables driverless support for USB devices capable of using IPP-over-USB protoco...

7.5CVSS5.9AI score0.00728EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/14 12:0 a.m.11 views

MiracleLinux 8 : go-toolset:rhel8 (AXSA:2026-429:01)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-429:01 advisory. cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive CVE-2025-61731 net/url: Incorrect parsing of IPv6 host literals in net/url...

8.6CVSS5.9AI score0.00728EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/14 12:0 a.m.14 views

ALSA-2026:7992 Important: golang-github-openprinting-ipp-usb security update

HTTP reverse proxy, backed by IPP-over-USB connection to device. It enables driverless support for USB devices capable of using IPP-over-USB protocol. Security Fixes: net/url: Incorrect parsing of IPv6 host literals in net/url CVE-2026-25679 For more details about the security issues, including t...

7.5CVSS5.8AI score0.00728EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/04/13 11:26 p.m.9 views

SUSE CVE-2026-31415

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid overflows in ip6datagramsendctl Yiming Qian reported : I believe I found a locally triggerable kernel bug in the IPv6 sendmsg ancillary-data path that can panic the kernel via skbunderpanic local DoS. The core issue i...

4.4CVSS5.7AI score0.00114EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
added 2026/04/13 7:25 p.m.10 views

CVE-2026-40199

Net::CIDR::Lite versions before 0.23 for Perl mishandles IPv4 mapped IPv6 addresses, which may allow IP ACL bypass. packipv6 includes the sentinel byte from packipv4 when building the packed representation of IPv4 mapped addresses like ::ffff:192.168.1.1. This produces an 18 byte value instead of...

6.5CVSS5.8AI score0.00307EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/04/13 4:34 p.m.13 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS5.8AI score0.00728EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/04/13 4:31 p.m.13 views

Important: Red Hat Security Advisory: go-toolset:rhel8 security update

An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service. Red Hat Product Security has rated this update as having a security impact of Important. A Common...

8.6CVSS5.8AI score0.00728EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/13 4:31 p.m.12 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS5.8AI score0.00728EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/04/13 4:26 p.m.27 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS7.2AI score0.00728EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/04/13 4:26 p.m.17 views

Important: Red Hat Security Advisory: go-toolset:rhel8 security update

An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On. Red Hat Product Security has rated this update as having a security impact of Important. ...

8.6CVSS7.1AI score0.00728EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/13 4:21 p.m.12 views

Important: Red Hat Security Advisory: go-toolset:rhel8 security update

An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity...

8.6CVSS7.1AI score0.00728EPSS
SaveExploits0References3
CVE
CVE
added 2026/04/13 1:21 p.m.59 views

CVE-2026-31415

CVE-2026-31415 affects Linux kernels where ipv6: ip6_datagram_send_ctl() accepts repeated IPV6_DSTOPTS, accumulating into a 16-bit opt_flen without deduplicating. This can cause opt_flen to wrap while dst1opt points to the last 2048-byte destination-options header, leading to under-headroom pushe...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/04/13 1:21 p.m.10 views

CVE-2026-31415 ipv6: avoid overflows in ip6_datagram_send_ctl()

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid overflows in ip6datagramsendctl Yiming Qian reported : I believe I found a locally triggerable kernel bug in the IPv6 sendmsg ancillary-data path that can panic the kernel via skbunderpanic local DoS. The core issue i...

6AI score
SaveExploits0References13
RedHat Linux
RedHat Linux
added 2026/04/13 9:59 a.m.12 views

Important: Red Hat Security Advisory: golang security update

An update for golang is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

8.6CVSS7.1AI score0.00728EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/13 2:53 a.m.24 views

Important: Red Hat Security Advisory: rhc security update

An update for rhc is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the C...

7.5CVSS7.2AI score0.00728EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/04/13 2:1 a.m.15 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS5.8AI score0.00728EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/04/13 12:0 a.m.9 views

PT-2026-32341

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the IPv6 sendmsg ancillary-data path where a mismatch occurs between a 16-bit length accumulator opt flen and a pointer to the last provided destination-options header...

5.5CVSS5.6AI score0.00114EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/13 12:0 a.m.6 views

RHEL 10 : rhc (RHSA-2026:7669)

The remote Redhat Enterprise Linux 10 host has a package installed that is affected by a vulnerability as referenced in the RHSA-2026:7669 advisory. rhc is a client tool and daemon that connects the system to Red Hat hosted services enabling system and subscription management. Security Fixes:...

7.5CVSS5.9AI score0.00728EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/13 12:0 a.m.8 views

RHEL 9 : rhc (RHSA-2026:7665)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:7665 advisory. rhc is a client tool and daemon that connects the system to Red Hat hosted services enabling system and subscription management. Security Fixes:...

7.5CVSS5.9AI score0.00728EPSS
SaveExploits0References4
Rows per page
Query Builder