Lucene search
+L

11006 matches found

BDU FSTEC
BDU FSTEC
added 2024/11/21 12:00 a.m.12 views

The vulnerability of the mcast component in the Linux operating system’s kernel allows a hacker to cause a service failure.

The vulnerability of the mcast component in the Linux operating system’s kernel is related to resource management errors in the ipv6mcdown function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00223EPSS
SaveExploits0References39Affected Software6
BDU FSTEC
BDU FSTEC
added 2024/11/21 12:00 a.m.10 views

The vulnerability of the Linux operating system’s kernel’s ipv6 component, which allows a hacker to trigger a service failure

The vulnerability of the ipv6 component in the Linux operating system’s kernel is related to an infinite loop in the inet6dumpfib function. Exploiting this vulnerability can allow a attacker to cause a service failure...

5.5CVSS6.4AI score0.00282EPSS
SaveExploits0References45Affected Software7
OSV
OSV
added 2024/11/20 1:36 p.m.27 views

USN-7121-2 linux-azure vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - S390 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ATM...

9.8CVSS6.9AI score0.00787EPSS
SaveExploits1References46
OpenVAS
OpenVAS
added 2024/11/20 12:00 a.m.66 views

Ubuntu: Security Advisory (USN-7121-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS7.5AI score0.00787EPSS
SaveExploits1References2
OSV
OSV
added 2024/11/19 11:44 p.m.25 views

USN-7121-1 linux, linux-aws, linux-aws-hwe, linux-azure, linux-azure-4.15, linux-gcp, linux-gcp-4.15, linux-hwe, linux-kvm, linux-oracle vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - S390 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ATM...

9.8CVSS6.7AI score0.00787EPSS
SaveExploits1References46
GithubExploit
GithubExploit
added 2024/11/16 5:22 p.m.451 views

Exploit for Integer Underflow (Wrap or Wraparound) in Microsoft

CVE-2024-38063 PoC | DKob & N3TCR4SH Overview This scr...

9.8CVSS9.6AI score0.70564EPSS
SaveExploits24
Cvelist
Cvelist
added 2024/11/15 2:52 p.m.45 views

CVE-2024-20373 Cisco IOS and Cisco IOS XE SNMP Extended ACL Bypass Vulnerability

A vulnerability in the implementation of the Simple Network Management Protocol SNMP IPv4 access control list ACL feature of Cisco IOS Software and Cisco IOS XE Software could allow an unauthenticated, remote attacker to perform SNMP polling of an affected device, even if it is configured to deny...

5.3CVSS0.005EPSS
SaveExploits0References1
Amazon
Amazon
added 2024/11/15 12:00 a.m.11 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proccpusetshow CVE-2024-43853 In the Linux kernel, the following vulnerability has been resolved: block: initialize integrity buffer to zero before writing it to media CVE-2024-43854 ...

7.8CVSS6.8AI score0.00886EPSS
SaveExploits2
BDU FSTEC
BDU FSTEC
added 2024/11/14 12:00 a.m.8 views

The vulnerability of the ip6_send_skb() function in the implementation of the IPv6 protocol in Linux kernel allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the ip6sendskb function in the net/ipv6/ip6output.c module of the Linux operating system’s IPv6 kernel implementation is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity...

7.8CVSS6.5AI score0.00255EPSS
SaveExploits0References34Affected Software7
SUSE Linux
SUSE Linux
added 2024/11/13 10:13 a.m.5 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2022-48879: efi: fix NULL-deref in init error path bsc1229556. CVE-2022-48956: ipv6: avoid use-after-free in ip6fragment bsc1231893. CVE-2022-48957: dpaa2-switc...

9.2CVSS8.3AI score0.03998EPSS
SaveExploits6References926
Vulnrichment
Vulnrichment
added 2024/11/12 9:22 p.m.16 views

CVE-2024-11168 Improper validation of IPv6 and IPvFuture addresses

The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser...

6.3CVSS6.8AI score0.00656EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/11/12 9:22 p.m.58 views

CVE-2024-11168 Improper validation of IPv6 and IPvFuture addresses

The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser...

6.3CVSS0.00656EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.13 views

kernel: ipv6: prevent NULL dereference in ip6_output()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in ip6output According to syzbot, there is a chance that ip6dstidev returns NULL in ip6output. Most places in IPv6 stack deal with a NULL idev just fine, but not here. syzbot reported: general...

5.5CVSS6.4AI score0.0026EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.28 views

kernel: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()

In the Linux kernel, the following vulnerability has been resolved: ip6tunnel: make sure to pull inner header in ip6tnlrcv The Linux kernel CVE team has assigned CVE-2024-26641 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/[email protected]/T...

8.6CVSS6.8AI score0.00573EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.18 views

kernel: ipv6: sr: fix invalid unregister error path

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix invalid unregister error path The error path of seg6init is wrong in case CONFIGIPV6SEG6LWTUNNEL is not defined. In that case if seg6hmacinit fails, the genlunregisterfamily isn't called. This issue exist since comm...

9.8CVSS6.8AI score0.00655EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.7 views

kernel: ipv6: Fix infinite recursion in fib6_dump_done().

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix infinite recursion in fib6dumpdone. The Linux kernel CVE team has assigned CVE-2024-35886 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051946-CVE-2024-35886-19d4@gregkh/T...

7.8CVSS6.3AI score0.00282EPSS
SaveExploits0References5
AlmaLinux
AlmaLinux
added 2024/11/12 12:00 a.m.24 views

Moderate: python3.12 security update

Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the "python3.12" executable:...

8.7CVSS6.9AI score0.01275EPSS
SaveExploits0References8
NVD
NVD
added 2024/11/11 7:15 p.m.39 views

CVE-2024-50667

The boa httpd of Trendnet TEW-820AP 1.01.B01 has a stack overflow vulnerability in /boafrm/formIPv6Addr, /boafrm/formIpv6Setup, /boafrm/formDnsv6. The reason is that the check of ipv6 address is not sufficient, which allows attackers to construct payloads for attacks...

9.8CVSS0.06672EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2024/11/11 12:00 a.m.43 views

CVE-2024-50667

The boa httpd of Trendnet TEW-820AP 1.01.B01 has a stack overflow vulnerability in /boafrm/formIPv6Addr, /boafrm/formIpv6Setup, /boafrm/formDnsv6. The reason is that the check of ipv6 address is not sufficient, which allows attackers to construct payloads for attacks...

0.06672EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2024/11/11 12:00 a.m.22 views

CVE-2024-50667

The boa httpd of Trendnet TEW-820AP 1.01.B01 has a stack overflow vulnerability in /boafrm/formIPv6Addr, /boafrm/formIpv6Setup, /boafrm/formDnsv6. The reason is that the check of ipv6 address is not sufficient, which allows attackers to construct payloads for attacks...

7.5AI score0.06672EPSS
SaveExploits1References2
Rows per page
Query Builder