Lucene search
+L

18080 matches found

Cvelist
Cvelist
added 2026/05/27 12:56 p.m.53 views

CVE-2026-46033 crypto: authencesn - reject short ahash digests during instance creation

In the Linux kernel, the following vulnerability has been resolved: crypto: authencesn - reject short ahash digests during instance creation authencesn requires either a zero authsize or an authsize of at least 4 bytes because the ESN encrypt/decrypt paths always move 4 bytes of high-order sequen...

0.00131EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.51 views

CVE-2026-46020 mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bp

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate damosquotagoal-nid for nodememused,freebp Patch series "mm/damon/core: validate damosquotagoal-nid". nodememcgused,freebp DAMOS quota goals receive the node id. The node id is used for simeminfonode and...

0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/27 12:56 p.m.45 views

CVE-2026-46018

CVE-2026-46018 is a Linux kernel issue in ALSA: usb-audio (UAC2) where parse_uac2_sample_rate_range() capped at MAX_NR_RATES but only broke the inner loop; a malformed UAC2 RANGE could continue parsing and flood with "invalid uac2 rates". The fix stops the whole parse at the cap and returns the c...

5.5CVSS5.8AI score0.00177EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.60 views

CVE-2026-46018 ALSA: usb-audio: stop parsing UAC2 rates at MAX_NR_RATES

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: stop parsing UAC2 rates at MAXNRRATES parseuac2sampleraterange caps the number of enumerated rates at MAXNRRATES, but it only breaks out of the current rate loop. A malformed UAC2 RANGE response with additional...

0.00177EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/05/27 12:39 p.m.22 views

CVE-2026-45838

A flaw was found in the Linux kernel. Specifically, within the Berkeley Packet Filter BPF component, an error in the cgroupstoragegetnextkey function's end-of-list detection mechanism can cause the system to read from an invalid memory location. This incorrect handling may lead to internal map...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References4
CVE
CVE
added 2026/05/27 12:18 p.m.35 views

CVE-2026-45974

Summary: CVE-2026-45974 affects the Linux kernel btrfs quota handling. A logic error in btrfs_quota_enable() can cause invalid leaf access if the search key is not found, potentially allowing instability or DoS. The root cause is improper handling when btrfs_search_slot_for_read() returns 1 (no k...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:18 p.m.53 views

CVE-2026-45974 btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not found

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid leaf access in btrfsquotaenable if ref key not found If btrfssearchslotforread returns 1, it means we did not find any key greater than or equals to the key we asked for, meaning we have reached the end of the...

0.00128EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/27 12:18 p.m.9 views

CVE-2026-45974 btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not found

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid leaf access in btrfsquotaenable if ref key not found If btrfssearchslotforread returns 1, it means we did not find any key greater than or equals to the key we asked for, meaning we have reached the end of the...

5.9AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/05/27 12:18 p.m.20 views

CVE-2026-45965

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix invalid deref of rawdata when exportbinary is unset If the exportbinary parameter is disabled on runtime, profiles that were loaded before that will still have their rawdata stored in apparmorfs, with a symbolic lin...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/27 12:18 p.m.52 views

CVE-2026-45962 ublk: Validate SQE128 flag before accessing the cmd

In the Linux kernel, the following vulnerability has been resolved: ublk: Validate SQE128 flag before accessing the cmd ublkctrlcmddump accesses header sqe-cmd before IOURINGFSQE128 flag check. This could cause out of boundary memory access. Move the SQE128 flag check earlier in ublkctrluringcmd ...

0.0016EPSS
SaveExploits0References6
OSV
OSV
added 2026/05/27 12:17 p.m.10 views

CVE-2026-45939 gpib: Fix memory leak in ni_usb_init()

In the Linux kernel, the following vulnerability has been resolved: gpib: Fix memory leak in niusbinit In niusbinit, if niusbsetupinit fails, the function returns -EFAULT without freeing the allocated writes buffer, leading to a memory leak. Additionally, niusbsetupinit returns 0 on failure, whic...

5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.51 views

CVE-2026-45939 gpib: Fix memory leak in ni_usb_init()

In the Linux kernel, the following vulnerability has been resolved: gpib: Fix memory leak in niusbinit In niusbinit, if niusbsetupinit fails, the function returns -EFAULT without freeing the allocated writes buffer, leading to a memory leak. Additionally, niusbsetupinit returns 0 on failure, whic...

0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/27 12:15 p.m.38 views

CVE-2026-45864

CVE-2026-45864 – ntfs3 loop mitigation in Linux kernel Concrete details across connected documents show that the vulnerability stems from the ntfs3 implementation in the Linux kernel, where processing the valid range could loop indefinitely if the next valid value could not be retrieved (e.g., th...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:15 p.m.56 views

CVE-2026-45864 fs/ntfs3: prevent infinite loops caused by the next valid being the same

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent infinite loops caused by the next valid being the same When processing valid within the range valid : pos, if valid cannot be retrieved correctly, for example, if the retrieved valid value is always the same, th...

0.0016EPSS
SaveExploits0References7
OSV
OSV
added 2026/05/27 12:15 p.m.10 views

CVE-2026-45864 fs/ntfs3: prevent infinite loops caused by the next valid being the same

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent infinite loops caused by the next valid being the same When processing valid within the range valid : pos, if valid cannot be retrieved correctly, for example, if the retrieved valid value is always the same, th...

5.9AI score
SaveExploits0References10
CVE
CVE
added 2026/05/27 9:24 a.m.46 views

CVE-2026-45841

CVE-2026-45841 affects the Linux kernel netfilter nfnetlink_osf in the OSF_WSS_MODULO path. The root cause is a divide-by-zero in nf_osf_match_one() when ctx->window is taken modulo f->wss.val with no guard for f->wss.val == 0. A CAP_NET_ADMIN user can add such a fingerprint via nfnetlin...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/27 9:24 a.m.12 views

CVE-2026-45837

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free in arenavmclose on fork arenavmopen only bumps vml-mmapcount but never registers the child VMA in arena-vmalist. The vml-vma always points at the parent VMA, so after parent munmap the pointer dangles. If...

5.7AI score0.00116EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/27 12:00 a.m.29 views

PT-2026-43671

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the arena vm close function during a fork operation. The arena vm open function increments the vml-mmap count but fails to register the child Virtual...

7.8CVSS5.9AI score0.00116EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/27 12:00 a.m.54 views

CVE-2025-70116

A NULL pointer dereference in GPAC MP4Box: when parsing certain truncated MP4 files, an unknown/invalid stsd entry can result in missing descriptor fields e.g., codec/mime/profile strings. gfmediamapesd then calls strlen on a NULL pointer, triggering a crash ASan SEGV...

0.00407EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/27 12:00 a.m.39 views

CVE-2025-70116

CVE-2025-70116 affects GPAC MP4Box. A NULL pointer dereference occurs when parsing certain truncated MP4 files with an unknown/invalid stsd entry, leading to missing descriptor fields (e.g., codec/mime/profile strings). gf_media_map_esd then calls strlen() on a NULL pointer, triggering a crash (A...

4.3CVSS5.8AI score0.00407EPSS
SaveExploits0References4
Rows per page
Query Builder