Lucene search
+L

2194 matches found

OSV
OSV
added 2025/01/11 1:15 p.m.6 views

UBUNTU-CVE-2024-56369

In the Linux kernel, the following vulnerability has been resolved: drm/modes: Avoid divide by zero harder in drmmodevrefresh drmmodevrefresh is trying to avoid divide by zero by checking whether htotal or vtotal are zero. But we may still end up with a div-by-zero of vtotalhtotal...

5.5CVSS6.2AI score0.00244EPSS
SaveExploits0References35
Positive Technologies
Positive Technologies
added 2025/01/08 12:0 a.m.10 views

PT-2025-3670

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description The issue is related to the calculation of the virtual address of vmemmap in the sparse vmemmap model. The virtual address is calculated as struct page VMEMMAP START - phys ram base PAGE SHIFT,...

7.1CVSS7.1AI score0.00208EPSS
SaveExploits0
CVE
CVE
added 2024/12/27 1:50 p.m.2324 views

CVE-2024-53220

The CVE-2024-53220 issue concerns the f2fs file system in the Linux kernel. The root cause is that dirty data was not accounted correctly in __get_secs_required(), which can trigger a system panic when certain conditions (checkpoint_disabling and lfs_mode) are both enabled, leading to over-alloca...

7.8CVSS6.6AI score0.00232EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/12/27 1:50 p.m.9 views

CVE-2024-53220 f2fs: fix to account dirty data in __get_secs_required()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to account dirty data in getsecsrequired It will trigger system panic w/ testcase in 1: ------------ cut here ------------ kernel BUG at fs/f2fs/segment.c:2752! RIP: 0010:newcurseg+0xc81/0x2110 Call Trace:...

7.8CVSS6.1AI score
SaveExploits0References9
SUSE Linux
SUSE Linux
added 2024/12/20 12:45 p.m.4 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 11 SP4 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2024-49995: tipc: guard against string buffer overrun bsc1232432. CVE-2024-50290: media: cx24116: prevent overflows on SNR calculus bsc1233479. CVE-2024-53063:...

7.1CVSS7.7AI score0.00282EPSS
SaveExploits0References12
Microsoft CVE
Microsoft CVE
added 2024/12/12 8:0 a.m.4 views

staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg()

...

5.5CVSS6.8AI score0.00266EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2024/11/23 3:4 a.m.9 views

Astra Linux – Vulnerability in GSL

A buffer overflow can occur when calculating the quantile value using the Statistics Library of GSL GNU Scientific Library, versions 2.5 and 2.6. Processing input data that is maliciously crafted for the gslstatsquantilefromsorteddata function of this library may result in unexpected application...

6.5CVSS7.2AI score0.00883EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/11/21 7:13 p.m.24 views

CVE-2024-50177

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a UBSAN warning in DML2.1 When programming phantom pipe, since cursorwidth is explicity set to 0, this causes calculation logic to trigger overflow for an unsigned int triggering the kernel's UBSAN check as...

5.5CVSS6.9AI score0.00189EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/11/20 8:33 a.m.9 views

CVE-2024-11176 Incorrect evaluation of effective permissions in M-Files Aino

Improper access control vulnerability in M-Files Aino in versions before 24.10 allowed an authenticated user to access object information via incorrect evaluation of effective permissions...

5.3CVSS6AI score0.00382EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/11/20 8:33 a.m.18 views

CVE-2024-11176 Incorrect evaluation of effective permissions in M-Files Aino

Improper access control vulnerability in M-Files Aino in versions before 24.10 allowed an authenticated user to access object information via incorrect evaluation of effective permissions...

5.3CVSS0.00382EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/11/19 3:49 a.m.2 views

SUSE CVE-2024-50270

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid overflow in damonfeedloopnextinput damonfeedloopnextinput is inefficient and fragile to overflows. Specifically, 'scoregoaldiffbp' calculation can overflow when 'score' is high. The calculation is actually...

5.5CVSS7.9AI score0.00197EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/11/19 3:49 a.m.12 views

SUSE CVE-2024-50290

In the Linux kernel, the following vulnerability has been resolved: media: cx24116: prevent overflows on SNR calculus as reported by Coverity, if reading SNR registers fail, a negative number will be returned, causing an underflow when reading SNR registers. Prevent that...

7.1CVSS6.8AI score0.00254EPSS
SaveExploits0References45
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.2 views

CVE-2024-50290 media: cx24116: prevent overflows on SNR calculus

In the Linux kernel, the following vulnerability has been resolved: media: cx24116: prevent overflows on SNR calculus as reported by Coverity, if reading SNR registers fail, a negative number will be returned, causing an underflow when reading SNR registers. Prevent that...

6.1AI score0.00254EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.15 views

CVE-2024-50270

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid overflow in damonfeedloopnextinput damonfeedloopnextinput is inefficient and fragile to overflows. Specifically, 'scoregoaldiffbp' calculation can overflow when 'score' is high. The calculation is actually...

5.5CVSS5.8AI score0.00197EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 1:30 a.m.8 views

CVE-2024-50270 mm/damon/core: avoid overflow in damon_feed_loop_next_input()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid overflow in damonfeedloopnextinput damonfeedloopnextinput is inefficient and fragile to overflows. Specifically, 'scoregoaldiffbp' calculation can overflow when 'score' is high. The calculation is actually...

5.5CVSS6.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.23 views

CVE-2024-50270 mm/damon/core: avoid overflow in damon_feed_loop_next_input()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid overflow in damonfeedloopnextinput damonfeedloopnextinput is inefficient and fragile to overflows. Specifically, 'scoregoaldiffbp' calculation can overflow when 'score' is high. The calculation is actually...

0.00197EPSS
SaveExploits0References2
NVD
NVD
added 2024/11/14 10:15 p.m.16 views

CVE-2024-50968

A business logic vulnerability exists in the Add to Cart function of itsourcecode Agri-Trading Online Shopping System 1.0, which allows remote attackers to manipulate the quant parameter when adding a product to the cart. By setting the quantity value to -0, an attacker can exploit a flaw in the...

7.5CVSS0.00839EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/11/14 12:0 a.m.12 views

CVE-2024-50968

A business logic vulnerability exists in the Add to Cart function of itsourcecode Agri-Trading Online Shopping System 1.0, which allows remote attackers to manipulate the quant parameter when adding a product to the cart. By setting the quantity value to -0, an attacker can exploit a flaw in the...

6.9AI score0.00839EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2024/11/12 9:30 a.m.8 views

kernel: Local information disclosure on Intel(R) Xeon(R) D processors with Intel(R) SGX due to incorrect calculation in microcode

A vulnerability was found in some Intel Xeon D Processors with Intel SGX. This issue may allow a local attacker to achieve sensitive information disclosure, impacting the data confidentiality of the targeted system...

5.3CVSS6.3AI score0.00232EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.5 views

kernel: wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: handle 2x996 RU allocation in cfg80211calculatebitratehe Currently NL80211RATEINFOHERUALLOC2x996 is not handled in cfg80211calculatebitratehe, leading to below warning: kernel: invalid HE MCS: bw:6, ru:6 kernel:...

5.5CVSS6.7AI score0.00218EPSS
SaveExploits0References5
Rows per page
Query Builder