Lucene search
+L

70194 matches found

Nuclei
Nuclei
added 2026/08/23 2:28 a.m.83 views

Microweber <1.2.12 - Integer Overflow

Microweber before 1.2.12 is susceptible to integer overflow. The application allows large characters to insert in the input field 'first & last name,' which can allow an attacker to cause a denial of service via a crafted HTTP request. id: CVE-2022-0968 info: name: Microweber 1.2.12 - Integer...

7.2CVSS6.2AI score0.03731EPSS
SaveExploits1References5
Spring Security Advisories
Spring Security Advisories
added 2026/08/23 1:39 a.m.30 views

CVE-2026-41849

CVE-2026-41849...

7.5CVSS8AI score0.00263EPSS
SaveExploits0
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74685

In the Linux kernel, the following vulnerability has been resolved: hwmon: ltc4282 Clamp negative current limits When a negative value is passed to ltc4282writecurr, the signed long val is cast directly to u64: drivers/hwmon/ltc4282.c:ltc4282writecurr / need to pass it in millivolt / u32 in =...

0.00209EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/22 4:16 p.m.6 views

CVE-2026-74679

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Use unsigned int for ndpindex The variable ndpindex is declared as a signed integer, but it stores the return value of getncm, which is unsigned. A malicious host can supply a large offset that overflows the...

0.00231EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74671

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64390

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Validate T10 PI scatterlist counts When T10 PI is negotiated, vhost-scsi splits protection bytes from the data iterator before mapping the request scatterlists. A malformed request can claim protection bytes that cove...

5.6AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.22 views

CVE-2026-74685 hwmon: (ltc4282) Clamp negative current limits

In the Linux kernel, the following vulnerability has been resolved: hwmon: ltc4282 Clamp negative current limits When a negative value is passed to ltc4282writecurr, the signed long val is cast directly to u64: drivers/hwmon/ltc4282.c:ltc4282writecurr / need to pass it in millivolt / u32 in =...

0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 3:32 p.m.10 views

EUVD-2026-64372

In the Linux kernel, the following vulnerability has been resolved: hwmon: ltc4282 Clamp negative current limits When a negative value is passed to ltc4282writecurr, the signed long val is cast directly to u64: drivers/hwmon/ltc4282.c:ltc4282writecurr / need to pass it in millivolt / u32 in =...

5.6AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74685

CVE-2026-74685 affects the Linux kernel hardware monitoring driver for the LTC4282 (drivers/hwmon/ltc4282.c). The root cause is an integer sign-extension flaw in ltc4282_write_curr(): a negative long value is cast directly to u64, converting it into a large positive number. The subsequent arithme...

5.6AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:32 p.m.8 views

CVE-2026-74679

CVE-2026-74679 affects the Linux kernel USB gadget NCM function (f_ncm). The variable ndp_index is declared as a signed integer but stores the unsigned return value of get_ncm(). A malicious host can supply a large offset that overflows the signed ndp_index, making it negative. Because the value ...

5.6AI score0.00231EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.23 views

CVE-2026-74679 usb: gadget: f_ncm: Use unsigned int for ndp_index

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Use unsigned int for ndpindex The variable ndpindex is declared as a signed integer, but it stores the return value of getncm, which is unsigned. A malicious host can supply a large offset that overflows the...

0.00231EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.8 views

EUVD-2026-64366

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Use unsigned int for ndpindex The variable ndpindex is declared as a signed integer, but it stores the return value of getncm, which is unsigned. A malicious host can supply a large offset that overflows the...

5.6AI score0.00231EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.19 views

CVE-2026-74671 ima: fix out-of-bounds read in xattr_verify()

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.8 views

EUVD-2026-64358

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...

5.5AI score0.0022EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79708

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Validate T10 PI scatterlist counts When T10 PI is negotiated, vhost-scsi splits protection bytes from the data iterator before mapping the request scatterlists. A malformed request can claim protection bytes that cove...

5.4AI score0.00206EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.8 views

PT-2026-79684

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f ncm: Use unsigned int for ndp index The variable ndp index is declared as a signed integer, but it stores the return value of get ncm, which is unsigned. A malicious host can supply a large offset that overflows th...

5.4AI score0.00231EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79676

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattr verify The digest-length check in xattr verify mixes int and size t: if xattr len - sizeofxattr value-type - hash start = iint-ima hash-length sizeof yields size t, so the usual arithmetic...

5.4AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.8 views

PT-2026-79690

In the Linux kernel, the following vulnerability has been resolved: hwmon: ltc4282 Clamp negative current limits When a negative value is passed to ltc4282 write curr, the signed long val is cast directly to u64: drivers/hwmon/ltc4282.c:ltc4282 write curr / need to pass it in millivolt / u32 in =...

5.5AI score0.00209EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/21 9:17 p.m.8 views

CVE-2026-77219

GNU Emacs before 31.0.91 contains an integer overflow in the PBM/PPM/PGM image loader that allows an attacker to leak heap memory contents by supplying a crafted image with large dimensions and an elevated max color index. The image loader multiplies image dimensions and channel count using signe...

7.1CVSS0.0013EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/21 8:30 p.m.7 views

CVE-2026-18309

A flaw was found in GIMP. This vulnerability allows a remote attacker to execute arbitrary code on affected installations of GIMP. This occurs due to an integer overflow during the parsing of APNG Animated Portable Network Graphics files, caused by a lack of proper validation of user-supplied dat...

7.8CVSS8AI score0.00464EPSS
SaveExploits0References5
Rows per page
Query Builder