Lucene search
K

56 matches found

EUVD
EUVD
added 2026/04/12 9:30 p.m.0 views

EUVD-2026-21732

In libexif through 0.6.25, an unsigned 32bit integer overflow in Nikon MakerNote handling could be used by local attackers to cause crashes or information leaks. This only affects 32bit systems...

4CVSS5.8AI score0.00019EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2026/04/12 12:0 a.m.1 views

PT-2026-32180

Name of the Vulnerable Software and Affected Versions libexif versions through 0.6.25 Description A flaw exists in libexif that involves an unsigned 32bit integer overflow when handling Nikon MakerNote data. This issue can lead to crashes or information leaks. The issue is limited to 32bit system...

7.1CVSS5.8AI score0.00019EPSS
Exploits0References31
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:0 a.m.3 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-22080)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-22080 advisory. - In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Prevent integer overflow in...

5.5CVSS6.9AI score0.00017EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2017-7347

Malware in sbrugna...

7.8CVSS7.7AI score0.00206EPSS
Exploits1References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2016-9462

Malware in sbrugna...

7CVSS6.9AI score0.00085EPSS
Exploits0References20
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2017-7348

Malware in sbrugna...

7.8CVSS7.7AI score0.00206EPSS
Exploits1References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-11224

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00028EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-5273

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.0001EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-11215

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00017EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-5276

Malicious code in bioql PyPI...

5.5CVSS7AI score0.00017EPSS
Exploits0References9
NVD
NVD
added 2025/04/16 3:16 p.m.8 views

CVE-2025-22081

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...

5.5CVSS0.00028EPSS
Exploits0References8
CVE
CVE
added 2025/04/16 2:12 p.m.112 views

CVE-2025-22081

CVE-2025-22081 is addressed in the Linux kernel: the NTFS3 code fixed integer overflow issues on 32-bit systems caused by an off + sizeof(struct NTFS_DE) addition. The fix replaces that addition with size_add(), mitigating a local-privilege style risk on 32-bit builds. Connected advisories (Azure...

5.5CVSS6.6AI score0.00028EPSS
Exploits0References8Affected Software1
OSV
OSV
added 2025/04/16 2:12 p.m.8 views

CVE-2025-22081 fs/ntfs3: Fix a couple integer overflows on 32bit systems

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...

5.5CVSS6.1AI score0.00028EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.9 views

CVE-2025-22081 fs/ntfs3: Fix a couple integer overflows on 32bit systems

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...

0.00028EPSS
Exploits0References7
CVE
CVE
added 2025/04/16 2:12 p.m.116 views

CVE-2025-22080

The CVE-2025-22080 vulnerability affects the Linux kernel NTFS3 file system driver. It stems from an integer overflow in hdr_first_de() where de_off and used are taken from disk; on 32-bit systems, values exceeding UINT_MAX - 16 can bypass the check due to overflow. The issue has been resolved in...

5.5CVSS6.8AI score0.00017EPSS
Exploits0References5Affected Software1
NVD
NVD
added 2025/02/27 2:15 a.m.6 views

CVE-2024-57953

In the Linux kernel, the following vulnerability has been resolved: rtc: tps6594: Fix integer overflow on 32bit systems The problem is this multiply in tps6594rtcsetoffset tmp = offset TICKSPERHOUR; The "tmp" variable is an s64 but "offset" is a long in the -277774-277774 range. On 32bit systems ...

5.5CVSS0.0001EPSS
Exploits0References3
NVD
NVD
added 2025/02/27 2:15 a.m.6 views

CVE-2024-57973

In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl-totlen" variable is controlled by the user. It comes from processresponses. On 32bit systems, the "gl-totlen + sizeofstruct cplpassacceptreq + sizeofstruct rssheader...

5.5CVSS0.00017EPSS
Exploits0References10
OSV
OSV
added 2025/02/27 2:15 a.m.0 views

UBUNTU-CVE-2024-57953

In the Linux kernel, the following vulnerability has been resolved: rtc: tps6594: Fix integer overflow on 32bit systems The problem is this multiply in tps6594rtcsetoffset tmp = offset TICKSPERHOUR; The "tmp" variable is an s64 but "offset" is a long in the -277774-277774 range. On 32bit systems ...

5.5CVSS6.2AI score0.0001EPSS
Exploits0References18
Debian CVE
Debian CVE
added 2025/02/27 2:7 a.m.10 views

CVE-2024-57973

In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl-totlen" variable is controlled by the user. It comes from processresponses. On 32bit systems, the "gl-totlen + sizeofstruct cplpassacceptreq + sizeofstruct rssheader...

5.5CVSS5.6AI score0.00017EPSS
Exploits0
CVE
CVE
added 2025/02/27 2:7 a.m.140 views

CVE-2024-57973

CVE-2024-57973 is a Linux kernel vulnerability in rdma/cxgb4 where 32‑bit systems could overflow when calculating gl->tot_len for a CPL pass/RS S header due to arithmetic of gl->tot_len + sizeof(struct cpl_pass_accept_req) + sizeof(struct rss_header). The issue is triggered by user-controll...

5.5CVSS5.6AI score0.00017EPSS
Exploits0References10Affected Software1
Rows per page
Query Builder