Lucene search
+L

31684 matches found

Tenable Nessus
Tenable Nessus
•added 2026/07/25 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2026-14586

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In NLnet Labs Unbound 1.22.0 up to and including 1.25.1, in DNS-over-QUIC environments, with high concurrency and under pressure, an assertion in libngtcp2 abou...

5.9CVSS5.7AI score0.00258EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/07/25 12:00 a.m.•9 views

Linux Distros Unpatched Vulnerability : CVE-2026-64432

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs/ntfs3: validate Dirty Page Table capacity in logreplay copylcns In the analysis pass of $LogFile journal replay, logreplay copies LCNs from each action log...

7.8CVSS6.2AI score0.00186EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/07/25 12:00 a.m.•14 views

Linux Distros Unpatched Vulnerability : CVE-2026-64508

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Support for hardening against JIT spraying The BPF JIT allocator packs many small programs into larger executable allocations and reuses space within those...

5.8AI score0.00215EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•65 views

PT-2026-64729

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the BPF JIT allocator where multiple small programs are packed into larger executable allocations and space is reused as programs are loaded and freed. When new code i...

5.7AI score0.00215EPSS
SaveExploits0
GithubExploit
GithubExploit
•added 2026/07/24 11:27 p.m.•90 views

Exploit for CVE-2026-64600

VQ-RefluxCore: Kernel Vulnerability Assessment & Research Fram...

6AI score0.00158EPSS
SaveExploits8
Circl
Circl
•added 2026/07/24 11:09 p.m.•22 views

CVE-2026-43871

creationtimestamp| type| source ---|---|--- 2026-07-24 23:09:35+00:00| seen| https://bsky.app/profile/infosec.skyfleet.blue/post/3mrghvod3i224 2026-07-29 01:37:13+00:00| seen| https://bsky.app/profile/cyberhub.blog/post/3mrqrz55jbh2s 2026-08-27 11:48:03+00:00| seen|...

8.7CVSS5.8AI score0.0103EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2026/07/24 10:35 p.m.•22 views

Shescape: Quadratic-time denial of service in the flag-protection

Impact This impacts users of Shescape that have flag protection enabled, which is on by default, regardless of the API being used. An attacker can cause a runtime quadratic in the input size, causing denial of service for large inputs. javascript import Shescape from "shescape"; // 1. Prerequisit...

8.7CVSS5.8AI score0.0059EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
•added 2026/07/24 5:03 p.m.•25 views

Open WebUI: Cross-user model-list exposure via static cache key in get_all_models (aiocache key= vs key_builder= misuse)

Summary The getallmodels handlers in routers/openai.py and routers/ollama.py intended to cache their permission-filtered model lists per user, but the @cached decorator was misconfigured: it passed a key= lambda instead of keybuilder=. In aiocache 0.12.3 the pinned version, key= is a static cache...

5CVSS5.8AI score0.00373EPSS
SaveExploits1References6Affected Software1
Snyk
Snyk
•added 2026/07/24 5:03 p.m.•21 views

Use of Cache Containing Sensitive Information

Overview open-webui is an Open WebUI Affected versions of this package are vulnerable to Use of Cache Containing Sensitive Information in the getallmodels process due to improper cache key configuration, which causes permission-filtered model lists to be shared across users. An attacker can acces...

5CVSS5.9AI score0.00373EPSS
SaveExploits1References2
OSV
OSV
•added 2026/07/24 4:55 p.m.•12 views

GHSA-7RW5-9F7Q-XJ36 Open WebUI: Account enumeration via observable login timing discrepancy

Summary The /api/v1/auths/signin endpoint leaked whether an email address belonged to a registered account through a response-time side channel. Password verification ran bcrypt only when the email was found in the database; for a non-existent email the request returned early without hashing. The...

5.3CVSS5.8AI score0.00413EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/07/24 4:53 p.m.•23 views

brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity

A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the expand function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-lo...

8.7CVSS6AI score0.00364EPSS
SaveExploits0References6
Snyk
Snyk
•added 2026/07/24 4:47 p.m.•29 views

Inefficient Algorithmic Complexity

Overview js-yaml is a human-friendly data serialization language. Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity in the readFlowCollection function of parser.ts, which reaches exponential time when a flow sequence entry turns out to be a key: value pair and...

8.7CVSS5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2026/07/24 4:47 p.m.•33 views

js-yaml: Exponential parsing time in flow collections leads to denial of service

Summary Parsing a small YAML document can take exponential time. An application that calls load or loadAll on untrusted input can be hung by a payload under 200 bytes. Details When an entry in a flow sequence turns out to be a key: value pair, the parser rewinds and parses that entry a second tim...

7.5CVSS5.8AI score0.00488EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2026/07/24 4:47 p.m.•26 views

GHSA-PM4M-PH32-GHV5 js-yaml: Exponential parsing time in flow collections leads to denial of service

Summary Parsing a small YAML document can take exponential time. An application that calls load or loadAll on untrusted input can be hung by a payload under 200 bytes. Details When an entry in a flow sequence turns out to be a key: value pair, the parser rewinds and parses that entry a second tim...

7.5CVSS5.8AI score0.00488EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/07/24 4:21 p.m.•13 views

SUSE CVE-2026-63867

In the Linux kernel, the following vulnerability has been resolved: mptcp: close TOCTOU race while computing rcvwnd The MPTCP output path access locklessly the MPTCP-level ackseq in multiple times, using possibly different values for the dataack in the DSS option and to compute the announced rcv...

8.2CVSS5.7AI score0.00339EPSS
SaveExploits0References3
NVD
NVD
•added 2026/07/24 4:16 p.m.•18 views

CVE-2026-64253

In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PFBLOCKTS in copyprocess PFBLOCKTS is only set in blktimegetns when current-plug is non-NULL, and blkfinishplug clears it via blkflushplug before NULLing the plug pointer. copyprocess breaks the invariant by...

5.5CVSS0.00114EPSS
SaveExploits0References4
OSV
OSV
•added 2026/07/24 4:16 p.m.•12 views

DEBIAN-CVE-2026-64223

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: consume only present negotiated TTLM maps ieee80211tidtolinkmapsizeok validates negotiated TTLM elements against the number of link-map entries indicated by linkmappresence. ieee80211parsenegttlm must consume the...

8.1CVSS5.7AI score0.00385EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
•added 2026/07/24 4:11 p.m.•14 views

Microsoft Kiota Workspace-config poisoning: out-of-repo file write + generation-time SSRF

Summary Microsoft Kiota honors a poisoned .kiota/workspace.json — the workspace configuration that Kiota's documented team workflow has developers commit to their repository — unvalidated on kiota client generate / kiota plugin generate. A repository or pull request containing a malicious...

7CVSS5.6AI score0.01374EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
•added 2026/07/24 4:10 p.m.•17 views

Microsoft Kiota: Generation-time SSRF + remote/local file inclusion via unrestricted $ref

Summary Microsoft Kiota resolved OpenAPI $refs by fetching remote https URLs and reading local files including absolute / out-of-tree paths, inlining the referenced schema into the generated client. Running kiota generate on a spec whose $ref pointed at an attacker/internal URL or an arbitrary...

7.1CVSS5.8AI score0.02393EPSS
SaveExploits0References6Affected Software2
OSV
OSV
•added 2026/07/24 4:10 p.m.•12 views

GHSA-RG4H-FPCP-2QM8 Microsoft Kiota: Generation-time SSRF + remote/local file inclusion via unrestricted $ref

Summary Microsoft Kiota resolved OpenAPI $refs by fetching remote https URLs and reading local files including absolute / out-of-tree paths, inlining the referenced schema into the generated client. Running kiota generate on a spec whose $ref pointed at an attacker/internal URL or an arbitrary...

7.1CVSS5.9AI score0.02393EPSS
SaveExploits0References6
Rows per page
Query Builder