Lucene search
+L

57384 matches found

EUVD
EUVD
added 2025/12/30 4:56 p.m.5 views

EUVD-2025-205802

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-12, in the WriteSVGImage function, using an int variable to store numberattributes caused an integer overflow. This, in turn, triggered a buffer overflow and caused a DoS attack...

5.3CVSS6.8AI score0.00533EPSS
SaveExploits1References2
Snyk
Snyk
added 2025/12/30 4:56 p.m.2 views

Integer Overflow or Wraparound

Overview Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the WriteSVGImage function. An attacker can cause the application to crash or become unavailable by submitting a malicious MVG file that triggers an integer overflow and subsequent buffer overflow durin...

7.5CVSS7.2AI score0.00533EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/12/30 4:56 p.m.2 views

CVE-2025-69204 ImageMagick converting a malicious MVG file to SVG caused an integer overflow.

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-12, in the WriteSVGImage function, using an int variable to store numberattributes caused an integer overflow. This, in turn, triggered a buffer overflow and caused a DoS attack...

5.3CVSS7AI score0.00533EPSS
SaveExploits1References2
Snyk
Snyk
added 2025/12/30 4:56 p.m.8 views

Integer Overflow or Wraparound

Overview Magick.NET-Q16-HDRI-AnyCPU is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package...

7.5CVSS7AI score0.00533EPSS
SaveExploits1References2
AlpineLinux
AlpineLinux
added 2025/12/30 4:56 p.m.5 views

CVE-2025-69204

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-12, in the WriteSVGImage function, using an int variable to store numberattributes caused an integer overflow. This, in turn, triggered a buffer overflow and caused a DoS attack...

7.5CVSS7.4AI score0.00533EPSS
SaveExploits1
EUVD
EUVD
added 2025/12/30 3:30 p.m.5 views

EUVD-2022-55833

In the Linux kernel, the following vulnerability has been resolved: tcp: fix a signed-integer-overflow bug in tcpaddbacklog The type of skrcvbuf and sksndbuf in struct sock is int, and in tcpaddbacklog, the variable limit is caculated by adding skrcvbuf, sksndbuf and 64 1024, it may exceed the ma...

6AI score0.00468EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/30 1:16 p.m.7 views

CVE-2023-54251

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: Limit TCATAPRIOATTRSCHEDCYCLETIME to INTMAX. syzkaller found zero division error 0 in divs64rem called from getcycletimeelapsed, where sched-cycletime is the divisor. We have tests in parsetaprioschedule so tha...

0.00178EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/30 1:16 p.m.7 views

CVE-2022-50865

In the Linux kernel, the following vulnerability has been resolved: tcp: fix a signed-integer-overflow bug in tcpaddbacklog The type of skrcvbuf and sksndbuf in struct sock is int, and in tcpaddbacklog, the variable limit is caculated by adding skrcvbuf, sksndbuf and 64 1024, it may exceed the ma...

7.5CVSS0.00468EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.6 views

CVE-2023-54251

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: Limit TCATAPRIOATTRSCHEDCYCLETIME to INTMAX. syzkaller found zero division error 0 in divs64rem called from getcycletimeelapsed, where sched-cycletime is the divisor. We have tests in parsetaprioschedule so tha...

5.4AI score0.00178EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/30 12:15 p.m.22 views

CVE-2023-54251

The CVE-2023-54251 issue is in the Linux kernel net/sched/taprio path, where TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME was cast inconsistently (s64 cycle_time vs s32 divisor) leading to a potential divide-by-zero in div_s64_rem() called from get_cycle_time_elapsed(). The fix preserves s64 for cycle_time t...

6.2AI score0.00178EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:15 p.m.7 views

CVE-2023-54251 net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: Limit TCATAPRIOATTRSCHEDCYCLETIME to INTMAX. syzkaller found zero division error 0 in divs64rem called from getcycletimeelapsed, where sched-cycletime is the divisor. We have tests in parsetaprioschedule so tha...

6.6AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/12/30 12:15 p.m.7 views

CVE-2022-50865 tcp: fix a signed-integer-overflow bug in tcp_add_backlog()

In the Linux kernel, the following vulnerability has been resolved: tcp: fix a signed-integer-overflow bug in tcpaddbacklog The type of skrcvbuf and sksndbuf in struct sock is int, and in tcpaddbacklog, the variable limit is caculated by adding skrcvbuf, sksndbuf and 64 1024, it may exceed the ma...

5.5AI score0.00468EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/30 12:15 p.m.42 views

CVE-2022-50865

CVE-2022-50865: In the Linux kernel, signed integer overflow can occur in tcp_add_backlog() when calculating backlog limits from sk_rcvbuf, sk_sndbuf, and 64*1024. The fix reduces the limit by halving sndbuf, addressing potential backlog miscalculation and TCP behavior under certain workloads. Co...

7.5CVSS6.1AI score0.00468EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.10 views

CVE-2022-50865

In the Linux kernel, the following vulnerability has been resolved: tcp: fix a signed-integer-overflow bug in tcpaddbacklog The type of skrcvbuf and sksndbuf in struct sock is int, and in tcpaddbacklog, the variable limit is caculated by adding skrcvbuf, sksndbuf and 64 1024, it may exceed the ma...

7.5CVSS5.4AI score0.00468EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.31 views

CVE-2022-50865 tcp: fix a signed-integer-overflow bug in tcp_add_backlog()

In the Linux kernel, the following vulnerability has been resolved: tcp: fix a signed-integer-overflow bug in tcpaddbacklog The type of skrcvbuf and sksndbuf in struct sock is int, and in tcpaddbacklog, the variable limit is caculated by adding skrcvbuf, sksndbuf and 64 1024, it may exceed the ma...

7.5CVSS0.00468EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/30 11:10 a.m.8 views

OESA-2025-2904 glib2 security update

GLib is a bundle of three formerly five low-level system libraries written in C and developed mainly by GNOME. GLib's code was separated from GTK, so it can be used by software other than GNOME and has been developed in parallel ever since. Security Fixes: A vulnerability was found in GNOME GLib...

6.5CVSS7.4AI score0.00839EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/30 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from an integer overflow that could lead to out-of-bounds memory accesses...

5.9AI score0.002EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/12/30 12:00 a.m.6 views

ImageMagick 输入验证错误漏洞

ImageMagick is a suite of open source image processing software from ImageMagick Open Source. It can read, convert or write images in many formats. An input validation error vulnerability exists in versions prior to ImageMagick 7.1.2-12, which stems from an integer overflow in the WriteSVGImage...

7.5CVSS6.3AI score0.00533EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-69204

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-12, in the WriteSVGImage function, using a...

7.5CVSS6.4AI score0.00533EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2025/12/30 12:00 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an integer overflow in the tcpaddbacklog function, which could lead to a buffer overflow...

6.5AI score0.00468EPSS
SaveExploits0References6
Rows per page
Query Builder