Skip to main content

CWE archive

CWE-369 CVEs

Programmatic archive

457 CVEs tagged with CWE-3693 Critical, 65 High, 334 Medium, 55 Low, 0 Unrated.

CVE-2024-46732

Published Sep 18, 2024

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Assign linear_pitch_alignment even for VM [Description] Assign linear_pitch_alignment so we…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-46676

Published Sep 13, 2024

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Add poll mod list filling check In case of im_protocols value is 1 and tm_protocols value is 0 th…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-43893

Published Aug 26, 2024

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baud_b…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-43889

Published Aug 26, 2024

In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padata_mt_helper() We are hit with a not easily reproducible divide…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-42316

Published Aug 17, 2024

In the Linux kernel, the following vulnerability has been resolved: mm/mglru: fix div-by-zero in vmpressure_calc_level() evict_folios() uses a second pass to reclaim folios that…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-7867

Published Aug 15, 2024

In Xpdf 4.05 (and earlier), very large coordinates in a page box can cause an integer overflow and divide-by-zero.

CVSS 2.1 · Low
Vendor/product tagsBeta · best-effort

CVE-2024-42102

Published Jul 30, 2024

In the Linux kernel, the following vulnerability has been resolved: Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again" Patch series "mm: Avoid possib…

CVSS 4.7 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-39475

Published Jul 5, 2024

In the Linux kernel, the following vulnerability has been resolved: fbdev: savage: Handle err return when savagefb_check_var failed The commit 04e5eac8f3ab("fbdev: savage: Error…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2021-47606

Published Jun 19, 2024

In the Linux kernel, the following vulnerability has been resolved: net: netlink: af_netlink: Prevent empty skb by adding a check on len. Adding a check on len parameter to avoi…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2021-47584

Published Jun 19, 2024

In the Linux kernel, the following vulnerability has been resolved: iocost: Fix divide-by-zero on donation from low hweight cgroup The donation calculation logic assumes that th…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-36969

Published Jun 8, 2024

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix division by zero in setup_dsc_config When slice_height is 0, the division by slice_heigh…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-36968

Published Jun 8, 2024

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init() l2cap_le_flowctl_init() can cause both div-by-ze…

CVSS 6.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-1298

Published May 30, 2024

EDK2 contains a vulnerability when S3 sleep is activated where an Attacker may cause a Division-By-Zero due to a UNIT32 overflow via local access. A successful exploit of this vul…

CVSS 6.0 · Medium

CVE-2024-36905

Published May 30, 2024

In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets TCP_SYN_RECV state is really special, it is only…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2021-47495

Published May 22, 2024

In the Linux kernel, the following vulnerability has been resolved: usbnet: sanity check for maxpacket maxpacket of 0 makes no sense and oopses as we need to divide by it. Give…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2021-47363

Published May 21, 2024

In the Linux kernel, the following vulnerability has been resolved: nexthop: Fix division by zero while replacing a resilient group The resilient nexthop group torture tests in…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-35925

Published May 19, 2024

In the Linux kernel, the following vulnerability has been resolved: block: prevent division by zero in blk_rq_stat_sum() The expression dst->nr_samples + src->nr_samples may hav…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-35922

Published May 19, 2024

In the Linux kernel, the following vulnerability has been resolved: fbmon: prevent division by zero in fb_videomode_from_videomode() The expression htotal * vtotal can have a ze…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-27059

Published May 1, 2024

In the Linux kernel, the following vulnerability has been resolved: USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command The isd200 sub-driver in usb-storage uses t…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-26945

Published May 1, 2024

In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix nr_cpus < nr_iaa case If nr_cpus < nr_iaa, the calculated cpus_per_iaa will be 0, which cau…

CVSS 8.4 · High
Vendor/product tagsBeta · best-effort

CVE-2024-26941

Published May 1, 2024

In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau Fix a regression when using nouveau and u…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-33766

Published May 1, 2024

lunasvg v2.3.9 was discovered to contain an FPE (Floating Point Exception) at blend_transformed_tiled_argb.isra.0.

CVSS 5.3 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-26778

Published Apr 3, 2024

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 th…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort
Showing 126-150 of 457 CVEsPage 6 of 19