Lucene search
+L

6917 matches found

UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•12 views

CVE-2025-22069

In the Linux kernel, the following vulnerability has been resolved: riscv: fgraph: Fix stack layout to match archftraceregs argument of ftracereturntohandler Naresh Kamboju reported a "Bad frame pointer" kernel warning while running LTP trace ftracestresstest.sh in riscv. We can reproduce the sam...

7.8CVSS6.3AI score0.00212EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•9 views

CVE-2025-23133

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: update channel list in reg notifier instead reg worker Currently when ath11k gets a new channel list, it will be processed according to the following steps: 1. update new channel list to cfg80211 and queue regwork. ...

8.8CVSS6.6AI score0.00257EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•11 views

CVE-2025-22124

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix wrong bitmaplimit for clustermd when write sb In clustermd, separate write-intent-bitmaps are used for each cluster node: 0 4k 8k 12k ------------------------------------------------------------------- | idle | ...

7.8CVSS5.9AI score0.00198EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•10 views

CVE-2025-22096

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msmparsedeps The SUBMITERROR macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR and since positive values are not a...

5.5CVSS5.9AI score0.0017EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•7 views

CVE-2025-22122

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

5.5CVSS6.3AI score0.00186EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•14 views

CVE-2025-23136

In the Linux kernel, the following vulnerability has been resolved: thermal: int340x: Add NULL check for adev Not all devices have an ACPI companion fwnode, so adev might be NULL. This is similar to the commit cd2fd6eab480 "platform/x86: int3472: Check for adev == NULL". Add a check for adev not...

5.5CVSS6.2AI score0.00215EPSS
SaveExploits0References49
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•9 views

CVE-2025-22107

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105tabledeleteentry There are actually 2 problems: - deleting the last element doesn't require the memmove of elements i + 1, end over it. Actually, element i+1 is out of...

7.1CVSS6.1AI score0.00209EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•15 views

CVE-2025-22090

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Fix VMPAT handling when fork fails in copypagerange If trackpfncopy fails, we already added the dst VMA to the maple tree. As fork fails, we'll cleanup the maple tree, and stumble over the dst VMA for which we neither...

7.3CVSS6AI score0.00214EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•10 views

CVE-2025-23135

In the Linux kernel, the following vulnerability has been resolved: RISC-V: KVM: Teardown riscv specific bits after kvmexit During a module removal, kvmexit invokes arch specific disable call which disables AIA. However, we invoke aiaexit before kvmexit resulting in the following warning. KVM...

5.5CVSS5.9AI score0.00185EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•12 views

CVE-2025-22068

In the Linux kernel, the following vulnerability has been resolved: ublk: make sure ubq-canceling is set when queue is frozen Now ublk driver depends on ubq-canceling for deciding if the request can be dispatched via uringcmd & iouringcmdcompleteintask. Once ubq-canceling is set, the uringcmd can...

7.8CVSS6.4AI score0.00207EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•13 views

CVE-2025-22098

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpdp: Fix a deadlock in zynqmpdpignorehpdset Instead of attempting the same mutex twice, lock and unlock it. This bug has been detected by the Clang thread-safety analyzer...

5.5CVSS5.9AI score0.00151EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2025/04/16 3:16 p.m.•10 views

CVE-2025-22099

In the Linux kernel, the following vulnerability has been resolved: drm: xlnx: zynqmpdpsub: Add NULL check in zynqmpaudioinit devmkasprintf calls can return null pointers on failure. But some return values were not checked in zynqmpaudioinit. Add NULL check in zynqmpaudioinit, avoid referencing...

5.5CVSS5.9AI score0.0017EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/04/16 3:15 p.m.•11 views

CVE-2025-22044

In the Linux kernel, the following vulnerability has been resolved: acpi: nfit: fix narrowing conversion in acpinfitctl Syzkaller has reported a warning in tonfitbusuuid: "only secondary bus families can be translated". This warning is emited if the argument is equal to NVDIMMBUSFAMILYNFIT == 0...

7.1CVSS6.2AI score0.00216EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
•added 2025/04/16 3:15 p.m.•13 views

CVE-2025-22056

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfttunnel: fix geneveopt type confusion addition When handling multiple NFTATUNNELKEYOPTSGENEVE attributes, the parsing logic should place every geneveopt structure one by one compactly. Hence, when deciding the next...

7.8CVSS6.2AI score0.0032EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
•added 2025/04/16 3:15 p.m.•11 views

CVE-2025-22037

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in allocpreauthhash The Client send malformed smb2 negotiate request. ksmbd return error response. Subsequently, the client can send smb2 session setup even thought conn-preauthinfo is not...

7.5CVSS6AI score0.69566EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
•added 2025/04/16 3:15 p.m.•12 views

CVE-2025-22025

In the Linux kernel, the following vulnerability has been resolved: nfsd: put dlstid if fail to queue dlrecall Before calling nfsd4runcb to queue dlrecall to the callbackwq, we increment the reference count of dlstid. We expect that after the corresponding workstruct is processed, the reference...

7.5CVSS6.1AI score0.00571EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
•added 2025/04/16 3:15 p.m.•21 views

CVE-2025-22028

In the Linux kernel, the following vulnerability has been resolved: media: vimc: skip .sstream for stopped entities Syzbot reported 1 a warning prompted by a check in callsstream that checks whether .sstream operation is warranted for unstarted or stopped subdevs. Add a simple fix in...

5.5CVSS6.2AI score0.00202EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
•added 2025/04/16 3:15 p.m.•23 views

CVE-2025-22063

In the Linux kernel, the following vulnerability has been resolved: netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets When calling netlblconnsetattr, addr-safamily is used to determine the function behavior. If sk is an IPv4 socket, but the connect function is called with an...

5.5CVSS6.3AI score0.00298EPSS
SaveExploits0References49
UbuntuCve
UbuntuCve
•added 2025/04/16 3:15 p.m.•10 views

CVE-2025-22052

In the Linux kernel, the following vulnerability has been resolved: staging: gpib: Fix Oops after disconnect in niusb If the usb dongle is disconnected subsequent calls to the driver cause a NULL dereference Oops as the businterface is set to NULL on disconnect. This problem was introduced by...

5.5CVSS5.9AI score0.00199EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2025/04/16 3:15 p.m.•18 views

CVE-2025-22055

In the Linux kernel, the following vulnerability has been resolved: net: fix geneveopt length integer overflow struct geneveopt uses 5 bit length for each single option, which means every vary size option should be smaller than 128 bytes. However, all current related Netlink policies cannot promi...

7.1CVSS6.2AI score0.00252EPSS
SaveExploits0References40
Rows per page
Query Builder