Lucene search
+L

579 matches found

OSV
OSV
added 2026/01/27 8:10 p.m.14 views

GHSA-63CW-57P8-FM3P PyTorch Vulnerable to Remote Code Execution via Untrusted Checkpoint Files

Summary A vulnerability in PyTorch's weightsonly unpickler allows an attacker to craft a malicious checkpoint file .pth that, when loaded with torch.load..., weightsonly=True, can corrupt memory and potentially lead to arbitrary code execution. Vulnerability Details The weightsonly=True unpickler...

8.8CVSS6.3AI score0.00706EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.8 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-21863)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-21863 advisory. - In the Linux kernel, the following vulnerability has been resolved: iouring: prevent opcode speculation...

7.8CVSS6.7AI score0.00233EPSS
SaveExploits0References2
Redos
Redos
added 2026/01/20 12:00 a.m.15 views

ROS-20260120-7315

A vulnerability in the uprobewriteopcode function of the kernel/events/uprobes.c module of the Linux kernel is related to incorrect calculation. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

5.5CVSS6.7AI score0.00204EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/31 11:57 a.m.8 views

CVE-2023-54180

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle case when repair happens with dev-replace BUG There is a bug report that a BUGON in btrfsrepairiofailure originally repairiofailure in v6.0 kernel got triggered when replacing a unreliable disk: BTRFS warning device...

5.6AI score0.00176EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/30 1:16 p.m.5 views

CVE-2023-54295

In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: Fix shift-out-of-bounds in spinorseterasetype spinorseterasetype was used either to set or to mask out an erase type. When we used it to mask out an erase type a shift-out-of-bounds was hit: UBSAN: shift-out-of-boun...

0.00178EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.8 views

CVE-2023-54295

In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: Fix shift-out-of-bounds in spinorseterasetype spinorseterasetype was used either to set or to mask out an erase type. When we used it to mask out an erase type a shift-out-of-bounds was hit: UBSAN: shift-out-of-boun...

5.8AI score0.00178EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/30 12:23 p.m.34 views

CVE-2023-54295

CVE-2023-54295 involves a Linux kernel fix for a shift-out-of-bounds issue in the MTD SPI-NOR erase-type handling. The flaw occurred when spi_nor_set_erase_type() was used to mask out an erase type, triggering UBSAN: shift-out-of-bounds in drivers/mtd/spi-nor/core.c:2237:24 with a shift exponent ...

6.3AI score0.00178EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/29 12:00 a.m.37 views

CVE-2025-65570

A type confusion in jsish 2.0 allows incorrect control flow during execution of the OPNEXT opcode. When an “instanceof” expression uses an array element access as the left-hand operand inside a for-in loop, the instructions implementation leaves an additional array reference on the stack rather...

0.00516EPSS
SaveExploits1References1
OSV
OSV
added 2025/12/24 1:16 p.m.17 views

UBUNTU-CVE-2022-50736

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix immediate work request flush to completion queue Correctly set send queue element opcode during immediate work request flushing in post sendqueue operation, if the QP is in ERROR state. An undefined ocode value...

7.1CVSS5.7AI score0.00187EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50736

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix immediate work request flush to completion queue Correctly set send queue element opcode during immediate work request flushing in post sendqueue operation, if the QP is in ERROR state. An undefined ocode value...

7.1CVSS5.7AI score0.00187EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.11 views

CVE-2022-50782

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch caused by bad quota inode We got a issue as fllows: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:202! invalid opcode: 0000 1 PREEMPT SMP...

6AI score0.00221EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 12:22 p.m.44 views

CVE-2022-50736

The CVE-2022-50736 issue is in the Linux kernel’s RDMA/siw path. The patch fixes how an immediate work request flush updates the completion queue: it now correctly sets the send queue element opcode during post-sendqueue flushing when the QP is in ERROR state. Previously, an undefined ocode could...

7.1CVSS6.1AI score0.00187EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.42 views

CVE-2022-50736 RDMA/siw: Fix immediate work request flush to completion queue

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix immediate work request flush to completion queue Correctly set send queue element opcode during immediate work request flushing in post sendqueue operation, if the QP is in ERROR state. An undefined ocode value...

7.1CVSS0.00187EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.23 views

PT-2025-53040

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel’s RDMA/siw component related to handling immediate work requests and flushing to the completion queue. An incorrect send queue element opcode during...

7.8CVSS6.2AI score0.00932EPSS
SaveExploits2References896
RedHat Linux
RedHat Linux
added 2025/12/17 7:48 a.m.9 views

kernel: NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL

In the Linux kernel, the following vulnerability has been resolved: NFSD: Avoid calling OPDESC with ops-opnum == OPILLEGAL OPDESC simply indexes into nfsd4ops by the op's operation number, without range checking that value. It assumes callers are careful to avoid calling it with an out-of-bounds...

7.8CVSS5.7AI score0.00278EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/12/09 9:02 a.m.19 views

Bluetooth: hci_event: validate skb length for unknown CC opcode

...

7.6CVSS7AI score0.00267EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.8 views

SUSE CVE-2025-40301

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate skb length for unknown CC opcode In hcicmdcompleteevt, if the command complete event has an unknown opcode, we assume the first byte of the remaining skb-data contains the return status. However,...

4.4CVSS6.4AI score0.00267EPSS
SaveExploits0References22
RedhatCVE
RedhatCVE
added 2025/12/08 10:24 p.m.5 views

CVE-2025-40301

No description is available for this CVE. Mitigation To mitigate this issue, disable the Bluetooth kernel module if Bluetooth functionality is not required. This can be achieved by blacklisting the bluetooth module. Create a file named /etc/modprobe.d/disable-bluetooth.conf with the following...

7.1CVSS6.3AI score0.00267EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/08 6:30 p.m.8 views

EUVD-2025-201746

In ProcessArea of dngmiscopcodes.cpp, there is a possible out of bounds read due to a buffer overflow. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation...

5.5CVSS5.4AI score0.00099EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/08 3:31 a.m.6 views

EUVD-2025-201644

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate skb length for unknown CC opcode In hcicmdcompleteevt, if the command complete event has an unknown opcode, we assume the first byte of the remaining skb-data contains the return status. However,...

6.1AI score0.00267EPSS
SaveExploits0References6
Rows per page
Query Builder