Lucene search
K

223 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2016-1568

Malware in sbrugna...

10CVSS9.5AI score0.00964EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2024-53244

Malicious code in bioql PyPI...

7.8CVSS7.3AI score0.0023EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2024-53246

Malicious code in bioql PyPI...

7.8CVSS7AI score0.00245EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2024-51828

Malicious code in bioql PyPI...

7.8CVSS7AI score0.00232EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2022-54751

Malicious code in bioql PyPI...

7.8CVSS6AI score0.00268EPSS
Exploits0References10
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-20058

Malicious code in bioql PyPI...

7.2AI score0.00155EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-20052

Malicious code in bioql PyPI...

7.6AI score0.00151EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2022-54515

Malicious code in bioql PyPI...

7.8CVSS6AI score0.00284EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2022-55055

Malicious code in bioql PyPI...

7.8CVSS5.6AI score0.00253EPSS
Exploits0References6
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-52604

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree Syzkaller reported the following issue: UBSAN: array- index-out-of-bounds in fs/jfs/jfsdmap.c:2867:6 index...

7.8CVSS6.6AI score0.00251EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:0 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2021-43389

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in the Linux kernel before 5.14.15. There is an array-index-out-of-bounds flaw in the detachcapictr function in drivers/isdn/capi/kcapi....

5.5CVSS6.7AI score0.00674EPSS
Exploits1References2
Tenable Nessus
Tenable Nessus
added 2025/08/05 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2023-52603

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - UBSAN: array-index-out-of-bounds in dtSplitRoot Syzkaller reported the following issue: oop0: detected capacity change from 0 to 32768 UBSAN:...

7.8CVSS6.5AI score0.00291EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/04 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-53112

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/i915/sseu: fix maxsubslices array-index-out-of-bounds access It seems that commit...

7.1CVSS6.1AI score0.00161EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2025/07/06 2:14 p.m.13 views

CVE-2025-38198

In the Linux kernel, the following vulnerability has been resolved: fbcon: Make sure modelist not set on unregistered console It looks like attempting to write to the "storemodes" sysfs node will run afoul of unregistered consoles: UBSAN: array-index-out-of-bounds in...

5.5CVSS6.5AI score0.00155EPSS
Exploits0References4
NVD
NVD
added 2025/07/04 2:15 p.m.9 views

CVE-2025-38204

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in addmissingindices stbl is s8 but it must contain offsets into slot which can go from 0 to 127. Added a bound check for that error and return -EIO if the check fails. Also make jfsreaddir...

7.1CVSS0.00151EPSS
Exploits0References6
NVD
NVD
added 2025/07/04 2:15 p.m.13 views

CVE-2025-38198

In the Linux kernel, the following vulnerability has been resolved: fbcon: Make sure modelist not set on unregistered console It looks like attempting to write to the "storemodes" sysfs node will run afoul of unregistered consoles: UBSAN: array-index-out-of-bounds in...

7.8CVSS0.00155EPSS
Exploits0References7
CVE
CVE
added 2025/07/04 1:37 p.m.78 views

CVE-2025-38204

CVE-2025-38204 affects the Linux kernel’s JFS filesystem. The issue is an array-index-out-of-bounds read in add_missing_indices, where stbl (s8) must map to offsets 0–127. A bound check was added and -EIO is returned if the check fails; jfs_readdir is also updated to propagate errors from add_mis...

7.1CVSS6.4AI score0.00151EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2025/07/04 1:37 p.m.9 views

CVE-2025-38204 jfs: fix array-index-out-of-bounds read in add_missing_indices

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in addmissingindices stbl is s8 but it must contain offsets into slot which can go from 0 to 127. Added a bound check for that error and return -EIO if the check fails. Also make jfsreaddir...

7.1CVSS6.4AI score0.00151EPSS
Exploits0References9
CVE
CVE
added 2025/07/04 1:37 p.m.78 views

CVE-2025-38198

CVE-2025-38198 – Linux kernel fbcon : A fix resolves an out-of-bounds access when writing to store_modes if con2fb_map contains -1 for an unregistered console. The issue stems from fbcon_info_from_console accessing fbcon_registered_fb[con2fb_map[console]]; the patch changes this to handle invalid...

7.8CVSS6.5AI score0.00155EPSS
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.14 views

CVE-2025-38146 net: openvswitch: Fix the dead loop of MPLS parse

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Fix the dead loop of MPLS parse The unexpected MPLS packet may not end with the bottom label stack. When there are many stacks, The label count value has wrapped around. A dead loop occurs, soft lockup/CPU stuck...

0.00174EPSS
Exploits0References7
Rows per page
Query Builder