Lucene search
+L

21028 matches found

Vulnrichment
Vulnrichment
added 2026/07/26 3:51 a.m.6 views

CVE-2026-63720 datamodel-code-generator Code Injection via Unvalidated customBasePath Schema Field

datamodel-code-generator prior to version 0.70.0 contains a code injection vulnerability that allows attackers who control input schemas to achieve remote code execution by supplying a malicious customBasePath value containing embedded newlines and a dot-free Python expression. The crafted value ...

7.5CVSS6.7AI score0.00419EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/07/26 12:0 a.m.14 views

PT-2026-64795

Name of the Vulnerable Software and Affected Versions datamodel-code-generator versions prior to 0.70.0 Description A code injection flaw exists where attackers controlling input schemas can achieve remote code execution. By providing a malicious customBasePath value containing embedded newlines...

7.5CVSS6.4AI score0.00419EPSS
SaveExploits1References8
NVD
NVD
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64430

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid calling pciirqvector from hardirq context ntbepfvecisr calls pciirqvector in hardirq context to derive the vector number. pciirqvector calls msigetvirq that takes a mutex and can therefore trigger "scheduling whil...

7.5CVSS0.0049EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:51 a.m.13 views

CVE-2026-64430

CVE-2026-64430 affects the Linux kernel NTB EPF subsystem. ntb_epf_vec_isr previously called pci_irq_vector() in hardirq context, and pci_irq_vector() may call msi_get_virq() which takes a mutex and can trigger scheduling while atomic. The fix caches the Linux IRQ number for vector 0 when vectors...

7.5CVSS5.7AI score0.0049EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:51 a.m.10 views

CVE-2026-64430 NTB: epf: Avoid calling pci_irq_vector() from hardirq context

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid calling pciirqvector from hardirq context ntbepfvecisr calls pciirqvector in hardirq context to derive the vector number. pciirqvector calls msigetvirq that takes a mutex and can therefore trigger "scheduling whil...

7.5CVSS5.7AI score0.0049EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.16 views

PT-2026-64651

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid calling pci irq vector from hardirq context ntb epf vec isr calls pci irq vector in hardirq context to derive the vector number. pci irq vector calls msi get virq that takes a mutex and can therefore trigger...

5.7AI score0.0049EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/24 5:2 p.m.13 views

EUVD-2026-42628

Open WebUI: Upload metadata.knowledgeid bypasses the knowledge-base write-access check read-only users can add files to KB...

4.3CVSS5.9AI score0.00292EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/24 5:2 p.m.5 views

GHSA-7R7X-GJVR-448G Open WebUI: Upload `metadata.knowledge_id` bypasses the knowledge-base write-access check (read-only users can add files to KB)

Open WebUI upload metadata can add files to knowledge bases without write permission Summary Open WebUI's file upload background processing trusts the client-supplied metadata.knowledgeid value and inserts a knowledgefile association before validating that the uploading user has write access to t...

4.3CVSS6AI score0.00292EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/24 4:18 p.m.4 views

GHSA-9XWG-3R6F-JCX2 PyMdown Extensions: Path traversal in the b64 extension lets <img src> read files outside base_path

Summary The b64 extension inlines images referenced by as base64 data URIs. When resolving the src path it joins it onto the configured basepath with os.path.normpath and opens the result directly, with no check that the resolved path stays inside basepath. A src containing ../ sequences, or an...

5.3CVSS6AI score
SaveExploits0References4
Snyk
Snyk
added 2026/07/24 4:18 p.m.7 views

Directory Traversal

Overview pymdown-extensions is an Extension pack for Python Markdown. Affected versions of this package are vulnerable to Directory Traversal via the replpath function in the b64 extension when processing attacker-controlled paths. An attacker can disclose the contents of files outside the intend...

6.9CVSS6.4AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/24 4:18 p.m.8 views

PyMdown Extensions: Path traversal in the b64 extension lets <img src> read files outside base_path

Summary The b64 extension inlines images referenced by as base64 data URIs. When resolving the src path it joins it onto the configured basepath with os.path.normpath and opens the result directly, with no check that the resolved path stays inside basepath. A src containing ../ sequences, or an...

6AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/24 3:27 a.m.7 views

OESA-2026-3150 sssd security update

Provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable back end system to connect to multiple different account sources. It is also the basis to provide client auditing and policy...

8.8CVSS5.3AI score0.00447EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 3:27 a.m.5 views

OESA-2026-3149 sssd security update

Provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable back end system to connect to multiple different account sources. It is also the basis to provide client auditing and policy...

8.8CVSS5.3AI score0.00447EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/24 2:13 a.m.11 views

SUSE CVE-2026-63858

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: add hook transactions for device deletions Restore the flag that indicates that the hook is going away, ie. NFTHOOKREMOVE, but add a new transaction object to track deletion of hooks without altering the...

7.8CVSS5.7AI score0.00112EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/24 12:0 a.m.13 views

PT-2026-64443

Summary The b64 extension inlines images referenced by as base64 data URIs. When resolving the src path it joins it onto the configured base path with os.path.normpath and opens the result directly, with no check that the resolved path stays inside base path. A src containing ../ sequences, or an...

5.3CVSS6AI score
SaveExploits0References5
NVD
NVD
added 2026/07/23 6:17 p.m.7 views

CVE-2026-65702

Vanna through 2.0.2 contains a path traversal vulnerability in the FileSystemConversationStore persistence integration that allows unauthenticated remote attackers to write attacker-controlled JSON files to arbitrary filesystem locations and read conversation metadata from outside the intended...

8.8CVSS0.00487EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/23 5:16 p.m.11 views

CVE-2026-65695

Office-Word-MCP-Server through 1.1.11 contains a path traversal vulnerability in its document tools that allows attackers who can influence the filename argument to read arbitrary .docx files or create and overwrite .docx files outside the intended working directory. Attackers can supply absolute...

7.6CVSS0.00321EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/23 5:9 p.m.6 views

CVE-2026-65702 Vanna 2.0.2 Path Traversal via FileSystemConversationStore

Vanna through 2.0.2 contains a path traversal vulnerability in the FileSystemConversationStore persistence integration that allows unauthenticated remote attackers to write attacker-controlled JSON files to arbitrary filesystem locations and read conversation metadata from outside the intended...

8.8CVSS5.6AI score0.00487EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/23 4:20 p.m.9 views

CVE-2026-65695

Office-Word-MCP-Server through 1.1.11 contains a path traversal vulnerability in its document tools that allows attackers who can influence the filename argument to read arbitrary .docx files or create and overwrite .docx files outside the intended working directory. Attackers can supply absolute...

7.6CVSS5.5AI score0.00321EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/07/23 1:13 p.m.41 views

Important: Red Hat Security Advisory: Red Hat Update Infrastructure 5.2 security update

The latest release of Red Hat Update Infrastructure. For more details, see the product documentation. Red Hat Update Infrastructure RHUI container images are based on the latest RHUI RPM packages and the ubi9 or ubi9-init base images. This release updates to the latest version...

9.8CVSS6.2AI score0.10063EPSS
SaveExploits10References31
Rows per page
Query Builder