Lucene search
+L

14150 matches found

OSV
OSV
added 2024/04/04 6:8 p.m.37 views

CVE-2024-29192 GHSL-2023-206 gotortc Cross-Site Request Forgery vulnerability

gotortc is a camera streaming application. Versions 1.8.5 and prior are vulnerable to Cross-Site Request Forgery. The /api/config endpoint allows one to modify the existing configuration with user-supplied values. While the API is only allowing localhost to interact without authentication, an...

8.8CVSS8.6AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 3:59 p.m.30 views

CVE-2024-26809

A vulnerability was found in the Linux kernel's Netfilter subsystem. More specifically, the issue is related to the nftsetpipapo function, where releasing elements from cloned structures occurs outside the intended destroy path. This improper handling could lead to resource leaks or stability...

5.5CVSS7.1AI score0.00294EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/04 9:15 a.m.16 views

CVE-2024-26792

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of anonymous device after snapshot creation failure When creating a snapshot we may do a double free of an anonymous device in case there's an error committing the transaction. The second free may result in...

7.8CVSS7.4AI score0.00236EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.28 views

CVE-2024-26798

In the Linux kernel, the following vulnerability has been resolved: fbcon: always restore the old font data in fbcondosetfont Commit a5a923038d70 fbdev: fbcon: Properly revert changes when vcresize failed started restoring old font data upon failure of vcresize. But it performs so only for user...

5.5CVSS7AI score0.00327EPSS
SaveExploits0
OSV
OSV
added 2024/04/04 8:20 a.m.9 views

CVE-2024-26792 btrfs: fix double free of anonymous device after snapshot creation failure

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of anonymous device after snapshot creation failure When creating a snapshot we may do a double free of an anonymous device in case there's an error committing the transaction. The second free may result in...

7.8CVSS6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.42 views

CVE-2024-26792 btrfs: fix double free of anonymous device after snapshot creation failure

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of anonymous device after snapshot creation failure When creating a snapshot we may do a double free of an anonymous device in case there's an error committing the transaction. The second free may result in...

7.8CVSS7.7AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 12:33 a.m.32 views

CVE-2024-26760

In the Linux kernel, the following vulnerability has been resolved: scsi: target: pscsi: Fix bioput for error case As of commit 066ff571011d "block: turn biokmalloc into a simple kmalloc wrapper", a bio allocated by biokmalloc must be freed by biouninit and kfree. That is not done properly for th...

4.4CVSS7AI score0.00644EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.31 views

CVE-2024-26792

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of anonymous device after snapshot creation failure When creating a snapshot we may do a double free of an anonymous device in case there's an error committing the transaction. The second free may result in...

7.8CVSS6.2AI score0.00236EPSS
SaveExploits0References19
NVD
NVD
added 2024/04/03 5:15 p.m.123 views

CVE-2024-26777

In the Linux kernel, the following vulnerability has been resolved: fbdev: sis: Error out if pixclock equals zero The userspace program could pass any values to the driver through ioctl interface. If the driver doesn't check the value of pixclock, it may cause divide-by-zero error. In...

5.5CVSS6.2AI score0.00254EPSS
SaveExploits0References10
OSV
OSV
added 2024/04/03 5:15 p.m.7 views

UBUNTU-CVE-2024-26766

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix sdma.h tx-numdescs off-by-one error Unfortunately the commit fd8958efe877 introduced another error causing the descs array to overflow. This reults in further crashes easily reproducible by sendmsg system call...

7.8CVSS6.2AI score0.00266EPSS
SaveExploits0References23
Debian CVE
Debian CVE
added 2024/04/03 5:1 p.m.62 views

CVE-2024-26778

In the Linux kernel, the following vulnerability has been resolved: fbdev: savage: Error out if pixclock equals zero The userspace program could pass any values to the driver through ioctl interface. If the driver doesn't check the value of pixclock, it may cause divide-by-zero error. Although...

5.5CVSS6.3AI score0.00254EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/03 5:1 p.m.58 views

CVE-2024-26778 fbdev: savage: Error out if pixclock equals zero

In the Linux kernel, the following vulnerability has been resolved: fbdev: savage: Error out if pixclock equals zero The userspace program could pass any values to the driver through ioctl interface. If the driver doesn't check the value of pixclock, it may cause divide-by-zero error. Although...

6.6AI score0.00254EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/03 5:1 p.m.243 views

CVE-2024-26777

CVE-2024-26777 concerns Linux kernel fbdev drivers (sis and savage) where pixclock may be used as a divisor before being validated, enabling a divide-by-zero error via user-supplied ioctl values. The root cause is that pixclock is used in calculations (e.g., drate) before a zero check, with fixes...

5.5CVSS6.2AI score0.00254EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/03 5:1 p.m.29 views

CVE-2024-26777 fbdev: sis: Error out if pixclock equals zero

In the Linux kernel, the following vulnerability has been resolved: fbdev: sis: Error out if pixclock equals zero The userspace program could pass any values to the driver through ioctl interface. If the driver doesn't check the value of pixclock, it may cause divide-by-zero error. In...

6.8AI score0.00254EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/03 5:1 p.m.60 views

CVE-2024-26777 fbdev: sis: Error out if pixclock equals zero

In the Linux kernel, the following vulnerability has been resolved: fbdev: sis: Error out if pixclock equals zero The userspace program could pass any values to the driver through ioctl interface. If the driver doesn't check the value of pixclock, it may cause divide-by-zero error. In...

6.5AI score0.00254EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/03 5:0 p.m.32 views

CVE-2024-26760 scsi: target: pscsi: Fix bio_put() for error case

In the Linux kernel, the following vulnerability has been resolved: scsi: target: pscsi: Fix bioput for error case As of commit 066ff571011d "block: turn biokmalloc into a simple kmalloc wrapper", a bio allocated by biokmalloc must be freed by biouninit and kfree. That is not done properly for th...

9.8CVSS7.7AI score0.00644EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/03 5:0 p.m.30 views

CVE-2024-26760 scsi: target: pscsi: Fix bio_put() for error case

In the Linux kernel, the following vulnerability has been resolved: scsi: target: pscsi: Fix bioput for error case As of commit 066ff571011d "block: turn biokmalloc into a simple kmalloc wrapper", a bio allocated by biokmalloc must be freed by biouninit and kfree. That is not done properly for th...

9.8CVSS6.7AI score0.00644EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.16 views

CVE-2024-26713

...

6.4AI score
SaveExploits0
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.20 views

CVE-2024-26710 powerpc/kasan: Limit KASAN thread size increase to 32KB

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines see link. To avoid overflows the stack size was...

7.9AI score0.00245EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/03 2:54 p.m.32 views

CVE-2024-26698 hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove

In the Linux kernel, the following vulnerability has been resolved: hvnetvsc: Fix race condition between netvscprobe and netvscremove In commit ac5047671758 "hvnetvsc: Disable NAPI before closing the VMBus channel", napidisable was getting called for all channels, including all subchannels withou...

7.7AI score0.00183EPSS
SaveExploits0References6
Rows per page
Query Builder