Lucene search
+L

7056 matches found

Tenable Nessus
Tenable Nessus
added 2024/05/14 12:00 a.m.80 views

Rocky Linux 9 : systemd (RLSA-2024:2463)

The remote Rocky Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2024:2463 advisory. - A vulnerability was found in systemd-resolved. This issue may allow systemd-resolved to accept records of DNSSEC-signed domains even when they have no signatur...

5.9CVSS6.8AI score0.00849EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/13 1:12 p.m.16 views

CVE-2023-52656 io_uring: drop any code related to SCM_RIGHTS

In the Linux kernel, the following vulnerability has been resolved: iouring: drop any code related to SCMRIGHTS This is dead code after we dropped support for passing iouring fds over SCMRIGHTS, get rid of it...

7.8CVSS7AI score0.00308EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/13 1:12 p.m.30 views

CVE-2023-52656 io_uring: drop any code related to SCM_RIGHTS

In the Linux kernel, the following vulnerability has been resolved: iouring: drop any code related to SCMRIGHTS This is dead code after we dropped support for passing iouring fds over SCMRIGHTS, get rid of it...

7.8CVSS7AI score0.00308EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/13 1:12 p.m.21 views

CVE-2023-52656 io_uring: drop any code related to SCM_RIGHTS

In the Linux kernel, the following vulnerability has been resolved: iouring: drop any code related to SCMRIGHTS This is dead code after we dropped support for passing iouring fds over SCMRIGHTS, get rid of it...

7.8CVSS6.2AI score
SaveExploits0References11
CVE
CVE
added 2024/05/13 1:12 p.m.7228 views

CVE-2023-52656

CVE-2023-52656 is a Linux kernel issue where io_uring code related to SCM_RIGHTS was removed after dropping support for passing io_uring fds over SCM_RIGHTS. The vulnerability stems from dead code eliminated in the io_uring path, with advisories from Astra Linux and Nessus-based advisories descri...

7.8CVSS6.9AI score0.00308EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/05/13 10:29 a.m.22 views

CVE-2024-27401 firewire: nosy: ensure user_length is taken into account when fetching packet contents

In the Linux kernel, the following vulnerability has been resolved: firewire: nosy: ensure userlength is taken into account when fetching packet contents Ensure that packetbufferget respects the userlength provided. If the length of the head packet exceeds the userlength, packetbufferget will now...

7.8CVSS6.2AI score
SaveExploits0References15
OSV
OSV
added 2024/05/13 10:26 a.m.23 views

CVE-2024-27400 drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: once more fix the call oder in amdgputtmmove v2 This reverts drm/amdgpu: fix ftrace event amdgpubomove always move on same heap. The basic problem here is that after the move the old location is simply not available a...

7.8CVSS6.4AI score
SaveExploits0References9
Amazon
Amazon
added 2024/05/13 12:00 a.m.38 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: exthdr: fix 4-byte stack OOB write If priv-len is a multiple of 4, then dstlen / 4 can write past the destination array which leads to stack corruption. This construct is necessary to clean th...

7.1CVSS6.4AI score0.00677EPSS
SaveExploits0
Rockylinux
Rockylinux
added 2024/05/10 2:32 p.m.48 views

systemd security update

An update is available for systemd. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The systemd packages contain systemd, a system and service manager for Linux,...

5.9CVSS7AI score0.00849EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/09 4:37 p.m.36 views

CVE-2024-27396

In the Linux kernel, the following vulnerability has been resolved: net: gtp: Fix Use-After-Free in gtpdellink Since callrcu, which is called in the hlistforeachentryrcu traversal of gtpdellink, is not part of the RCU read critical section, it is possible that the RCU grace period will pass durin...

7.8CVSS7.3AI score0.00244EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/09 4:37 p.m.30 views

CVE-2024-27395

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Fix Use-After-Free in ovsctexit Since kfreercu, which is called in the hlistforeachentryrcu traversal of ovsctlimitexit, is not part of the RCU read critical section, it is possible that the RCU grace period wil...

7.8CVSS7.6AI score0.00244EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/09 4:37 p.m.51 views

CVE-2024-27394 tcp: Fix Use-After-Free in tcp_ao_connect_init

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix Use-After-Free in tcpaoconnectinit Since callrcu, which is called in the hlistforeachentryrcu traversal of tcpaoconnectinit, is not part of the RCU read critical section, it is possible that the RCU grace period will pas...

7.8CVSS6.6AI score0.00261EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/09 4:37 p.m.54 views

CVE-2024-27393 xen-netfront: Add missing skb_mark_for_recycle

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Add missing skbmarkforrecycle Notice that skbmarkforrecycle is introduced later than fixes tag in commit 6a5bcd84e886 "pagepool: Allow drivers to hint on SKB recycling". It is believed that fixes tag were missing a...

7.5CVSS9.3AI score0.00772EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/09 4:37 p.m.33 views

CVE-2023-52654 io_uring/af_unix: disable sending io_uring over sockets

In the Linux kernel, the following vulnerability has been resolved: iouring/afunix: disable sending iouring over sockets File reference cycles have caused lots of problems for iouring in the past, and it still doesn't work exactly right and races with unixstreamreadgeneric. The safest fix would b...

7.8CVSS7AI score0.00892EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/09 4:37 p.m.30 views

CVE-2023-52654

In the Linux kernel, the following vulnerability has been resolved: iouring/afunix: disable sending iouring over sockets File reference cycles have caused lots of problems for iouring in the past, and it still doesn't work exactly right and races with unixstreamreadgeneric. The safest fix would b...

7.8CVSS7.4AI score0.00892EPSS
SaveExploits0
Veracode
Veracode
added 2024/05/08 7:33 a.m.28 views

Sensitive Information Disclosure

org.eclipse.edc: data-plane-http-oauth2-core is vulnerable to Sensitive Information Disclosure. The vulnerability arises from a misconfiguration in the OAuth2-protected data sink feature, where the consumer-provided clientSecretKey is resolved in the context of the provider's vault instead of the...

6.8CVSS7.1AI score0.00411EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/05/07 12:00 a.m.148 views

Ubuntu 22.04 LTS : Linux kernel (OEM) vulnerabilities (USN-6765-1)

The remote Ubuntu 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6765-1 advisory. Alon Zahavi discovered that the NVMe-oF/TCP subsystem in the Linux kernel did not properly validate H2C PDU data, leading to a null pointer dereference...

9.8CVSS7.4AI score0.50967EPSS
SaveExploits2References123
Tenable Nessus
Tenable Nessus
added 2024/05/06 12:00 a.m.20 views

Oracle Linux 9 : systemd (ELSA-2024-2463)

The remote Oracle Linux 9 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2024-2463 advisory. 252-32.0.2 - Due to a new Orabug: 36564551 filed on April 29 2024, reverting from back to - previous Tony Lam patch Orabug: 25897792 until issue with Orabug:...

5.9CVSS7.1AI score0.00849EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/03 6:15 p.m.20 views

CVE-2022-48704

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: add a force flush to delay work when radeon Although radeon card fence and wait for gpu to finish processing current batch rings, there is still a corner case that radeon lockup work queue may not be fully flushed, an...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/03 4:15 p.m.20 views

CVE-2024-34447

An issue was discovered in the Bouncy Castle Crypto Package For Java before BC TLS Java 1.0.19 ships with BC Java 1.78, BC Java LTS 2.73.6 and before BC FIPS TLS Java 1.0.19. When endpoint identification is enabled in the BCJSSE and an SSL socket is created without an explicit hostname as happens...

6AI score
SaveExploits0References3
Rows per page
Query Builder