Lucene search
+L

1167 matches found

OSV
OSV
added 2024/09/18 7:12 a.m.12 views

CVE-2024-46754 bpf: Remove tst_run from lwt_seg6local_prog_ops.

In the Linux kernel, the following vulnerability has been resolved: bpf: Remove tstrun from lwtseg6localprogops. The syzbot reported that the lwtseg6 related BPF ops can be invoked via bpftestrun without without entering inputactionendbpf first. Martin KaFai Lau said that self test for...

5.5CVSS6.1AI score0.00205EPSS
SaveExploits0References5
Amazon
Amazon
added 2024/09/18 12:0 a.m.3 views

Important: kernel

Issue Overview: A vulnerability, which was classified as problematic, was found in Linux Kernel. This affects the function tcpgetsockopt/tcpsetsockopt of the component TCP Handler. The manipulation leads to race condition. It is recommended to apply a patch to fix this issue. The identifier...

7.8CVSS6.5AI score0.00344EPSS
SaveExploits0
Amazon
Amazon
added 2024/09/18 12:0 a.m.5 views

Important: kernel

Issue Overview: A vulnerability, which was classified as problematic, was found in Linux Kernel. This affects the function tcpgetsockopt/tcpsetsockopt of the component TCP Handler. The manipulation leads to race condition. It is recommended to apply a patch to fix this issue. The identifier...

7.8CVSS6.2AI score0.00344EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/09/13 11:42 a.m.17 views

CVE-2024-46678

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

5.5CVSS6.8AI score0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/13 6:15 a.m.17 views

CVE-2024-46678

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

5.5CVSS0.00168EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/13 5:29 a.m.15 views

CVE-2024-46678 bonding: change ipsec_lock from spin lock to mutex

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

6.7AI score0.00168EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/13 5:29 a.m.25 views

CVE-2024-46678 bonding: change ipsec_lock from spin lock to mutex

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

0.00168EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/13 5:29 a.m.130 views

CVE-2024-46678

CVE-2024-46678 affects the Linux kernel bonding subsystem. The root cause was ipsec_lock being a spin lock used to protect ipsec_list, but bond’s xfrm operations may sleep, triggering scheduling-while-atomic. The patch changes bond->ipsec_lock from a spin lock to a mutex, ensuring xdo_dev_stat...

5.5CVSS5.3AI score0.00168EPSS
SaveExploits0References3Affected Software1
vulnersOsv
vulnersOsv
added 2024/09/11 3:31 p.m.9 views

autoxx (>=0.0.11 <=0.0.13), vuln-demo-math-ops (=1.0.0) potentially affected by CVE-2024-6091 via agpt (=0.2.2)

agpt PYPI version =0.2.2 is affected by a known vulnerability. The following packages have a transitive dependency on agpt and may be impacted: - autoxx =0.0.11, =0.0.13 - vuln-demo-math-ops =1.0.0 Source cves: CVE-2024-6091 Source advisory: OSV:GHSA-G84Q-54HF-36RG...

9.8CVSS7.2AI score0.00812EPSS
SaveExploits1
OSV
OSV
added 2024/09/09 10:1 a.m.16 views

CLSA-2024-1725876080 kernel: Fix of 44 CVEs

dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist CVE-2024-40956 - userfaultfd: fix a race between writeprotect and exitmmap CVE-2021-47461 - netfilter: nftables: use timestamp to check for set element timeout CVE-2024-27397 - x86/sev: Harden VC instruction emulation somewhat...

7.8CVSS7AI score0.0094EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2024/09/09 12:0 a.m.8 views

The vulnerability of the cifs_free_subrequest() function in Linux operating system kernels allows a hacker to compromise the accessibility of protected information.

The vulnerability of the cifsfreesubrequest function in SMB client kernels of Linux operating systems is related to errors in pointer manipulation when processing the ops field. Exploiting this vulnerability can allow an attacker to compromise the accessibility of protected information...

5.5CVSS5.8AI score0.0018EPSS
SaveExploits0References9Affected Software1
vulnersOsv
vulnersOsv
added 2024/09/06 12:0 p.m.5 views

amaryllis (=0.1.0), archivist (=0.0.1) +26 more potentially affected by unknown CVE via webp (>=0.1.3 <=0.2.6)

webp CARGO version =0.1.3, =0.1.0, =0.0.4-alpha, =0.24.6, =0.1.0, =0.1.0, =0.1.0, =0.1.0, =0.21.0, =0.21.0, =0.21.0, =0.21.0, =0.22.1 and more Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2024-0443...

5.8AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/09/04 8:15 p.m.20 views

CVE-2024-44992

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

5.5CVSS5.9AI score0.0018EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2024/09/02 12:0 a.m.11 views

The vulnerability of the software for managing, monitoring, configuring, and automating IT infrastructure in the Hitachi Ops Center Common Services lies in its ability to bypass authentication procedures, allowing attackers to circumvent the authentication process.

The vulnerability of the software for managing, monitoring, configuring, and automating IT infrastructure of Hitachi Ops Center Common Services is related to the ability to bypass the authentication process. Exploiting this vulnerability can allow attackers to circumvent the authentication...

7.8CVSS7.2AI score0.00196EPSS
SaveExploits0References2Affected Software1
Packet Storm
Packet Storm
added 2024/08/31 12:0 a.m.301 views

MongoDB Ops Manager Diagnostic Archive Sensitive Information Retriever

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'digest/md5' require 'zlib' class MetasploitModule 'MongoDB Ops Manager Diagnostic Archive Sensitive Information Retriever', 'Description' = %q MongoDB Ops Manag...

5.3CVSS7AI score0.00891EPSS
SaveExploits2
OSV
OSV
added 2024/08/27 5:15 a.m.7 views

CVE-2024-7125

Authentication Bypass vulnerability in Hitachi Ops Center Common Services.This issue affects Hitachi Ops Center Common Services: from 10.9.3-00 before 11.0.2-01...

7.8CVSS5.8AI score0.00196EPSS
SaveExploits0References1
NVD
NVD
added 2024/08/27 5:15 a.m.29 views

CVE-2024-7125

Authentication Bypass vulnerability in Hitachi Ops Center Common Services.This issue affects Hitachi Ops Center Common Services: from 10.9.3-00 before 11.0.2-01...

7.8CVSS0.00196EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/08/27 4:15 a.m.17 views

CVE-2024-7125 Authentication Bypass Vulnerability in Hitachi Ops Center Common Services

Authentication Bypass vulnerability in Hitachi Ops Center Common Services.This issue affects Hitachi Ops Center Common Services: from 10.9.3-00 before 11.0.2-01...

7.8CVSS7.2AI score0.00196EPSS
SaveExploits0References1
CVE
CVE
added 2024/08/27 4:15 a.m.58 views

CVE-2024-7125

CVE-2024-7125 is a local-authentication bypass in Hitachi Ops Center Common Services affecting versions 10.9.3-00 through before 11.0.2-01. The root cause is an authentication bypass in the affected component, leading to high-impact exposure of confidentiality, integrity, and availability. The CV...

7.8CVSS7.7AI score0.00196EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2024/08/27 4:15 a.m.35 views

CVE-2024-7125 Authentication Bypass Vulnerability in Hitachi Ops Center Common Services

Authentication Bypass vulnerability in Hitachi Ops Center Common Services.This issue affects Hitachi Ops Center Common Services: from 10.9.3-00 before 11.0.2-01...

7.8CVSS0.00196EPSS
SaveExploits0References1
Rows per page
Query Builder