Lucene search
+L

233 matches found

CVE
CVE
added 2026/04/24 8:57 p.m.57 views

CVE-2026-41488

CVE-2026-41488 affects the langchain-openai component prior to version 1.1.14. The issue stems from the _url_to_size() helper (used by get_num_tokens_from_messages for image token counting): it validates URLs to provide SSRF protection, then fetches them in a separate network operation with an in...

3.1CVSS5.2AI score0.00158EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/04/24 8:57 p.m.39 views

CVE-2026-41488 angchain-openai: Image token counting SSRF protection can be bypassed via DNS rebinding

LangChain is a framework for building agents and LLM-powered applications. Prior to 1.1.14, langchain-openai's urltosize helper used by getnumtokensfrommessages for image token counting validated URLs for SSRF protection and then fetched them in a separate network operation with independent DNS...

3.1CVSS0.00158EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.12 views

PT-2026-35087

Name of the Vulnerable Software and Affected Versions langchain-openai versions prior to 1.1.14 Description The url to size helper function, utilized by get num tokens from messages for image token counting, contains a Time-of-Check to Time-of-Use TOCTOU flaw. The function validates URLs for...

3.1CVSS5.1AI score0.00158EPSS
SaveExploits0References5
NVD
NVD
added 2026/04/22 5:16 p.m.16 views

CVE-2026-35356

A Time-of-Check to Time-of-Use TOCTOU vulnerability exists in the install utility of uutils coreutils when using the -D flag. The command creates parent directories and subsequently performs a second path resolution to create the target file, neither of which is anchored to a directory file...

6.3CVSS0.00108EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/22 5:16 p.m.21 views

UBUNTU-CVE-2026-35359

A Time-of-Check to Time-of-Use TOCTOU vulnerability in the cp utility of uutils coreutils allows an attacker to bypass no-dereference intent. The utility checks if a source path is a symbolic link using path-based metadata but subsequently opens it without the ONOFOLLOW flag. An attacker with...

4.7CVSS5.9AI score0.00105EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2026/04/22 4:8 p.m.32 views

CVE-2026-35359

A Time-of-Check to Time-of-Use TOCTOU vulnerability in the cp utility of uutils coreutils allows an attacker to bypass no-dereference intent. The utility checks if a source path is a symbolic link using path-based metadata but subsequently opens it without the ONOFOLLOW flag. An attacker with...

4.7CVSS5.7AI score0.00105EPSS
SaveExploits1
OSV
OSV
added 2026/04/22 4:8 p.m.4 views

CVE-2026-35356 uutils coreutils install Arbitrary File Overwrite with -D via Path Component Symlink Race

A Time-of-Check to Time-of-Use TOCTOU vulnerability exists in the install utility of uutils coreutils when using the -D flag. The command creates parent directories and subsequently performs a second path resolution to create the target file, neither of which is anchored to a directory file...

6.3CVSS6.1AI score0.00108EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/04/22 4:8 p.m.9 views

CVE-2026-35354 uutils coreutils mv Security Xattr TOCTOU Race in Cross-Device

A Time-of-Check to Time-of-Use TOCTOU vulnerability exists in the mv utility of uutils coreutils during cross-device moves. The extended attribute xattr preservation logic uses multiple path-based system calls that perform fresh path-to-inode lookups for each operation. A local attacker with writ...

4.7CVSS5.8AI score0.00091EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/04/22 12:0 a.m.10 views

PT-2026-34490

A Time-of-Check to Time-of-Use TOCTOU vulnerability exists in the mv utility of uutils coreutils during cross-device moves. The extended attribute xattr preservation logic uses multiple path-based system calls that perform fresh path-to-inode lookups for each operation. A local attacker with writ...

4.7CVSS5.8AI score0.00091EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-35359

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A Time-of-Check to Time-of-Use TOCTOU vulnerability in the cp utility of uutils coreutils allows an attacker to bypass no-dereference intent. The utility checks...

4.7CVSS5.9AI score0.00105EPSS
SaveExploits1References3
GithubExploit
GithubExploit
added 2026/04/16 10:37 a.m.151 views

Exploit for CVE-2026-1880

CVE-2026-1880 Your browser does not support embedded video...

5.4CVSS5.8AI score0.00139EPSS
SaveExploits1
OSV
OSV
added 2026/04/03 10:16 p.m.5 views

ALPINE-CVE-2026-27456

util-linux is a random collection of Linux utilities. Prior to version 2.41.4, a TOCTOU Time-of-Check-Time-of-Use vulnerability has been identified in the SUID binary /usr/bin/mount from util-linux. The mount binary, when setting up loop devices, validates the source file path with user privilege...

4.7CVSS5.7AI score0.00118EPSS
SaveExploits1References1
NVD
NVD
added 2026/04/03 10:16 p.m.8 views

CVE-2026-27456

util-linux is a random collection of Linux utilities. Prior to version 2.41.4, a TOCTOU Time-of-Check-Time-of-Use vulnerability has been identified in the SUID binary /usr/bin/mount from util-linux. The mount binary, when setting up loop devices, validates the source file path with user privilege...

4.7CVSS0.00118EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/01 11:40 p.m.17 views

ONNX: TOCTOU arbitrary file read/write in save_external_dat

Summary The saveexternaldata method seems to include multiple issues introducing a local TOCTOU vulnerability, an arbitrary file read/write on any system. It potentially includes a path validation bypass on Windows systems. Regarding the TOCTOU, an attacker seems to be able to overwrite victim's...

5.7AI score
SaveExploits0References2Affected Software1
GithubExploit
GithubExploit
added 2026/04/01 1:6 p.m.157 views

Exploit for CVE-2026-30332

CVE-2026-30332 Description A Time-of-Check to Time-of-Use...

6AI score0.00169EPSS
SaveExploits1
NVD
NVD
added 2026/03/21 1:17 a.m.5 views

CVE-2026-32043

OpenClaw versions prior to 2026.2.25 contain a time-of-check-time-of-use vulnerability in approval-bound system.run execution where the cwd parameter is validated at approval time but resolved at execution time. Attackers can retarget a symlinked cwd between approval and execution to bypass comma...

7CVSS0.00099EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/03/10 9:2 p.m.9 views

Time-of-check Time-of-use (TOCTOU) Race Condition

Overview Magick.NET-Q16-OpenMP-arm64 is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package...

7.2CVSS5.8AI score0.00108EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/03/10 6:31 p.m.7 views

EUVD-2026-10476

If a legitimate user confirms a self-update prompt or initiate an installation of a CODESYS Development System, a low privileged local attacker can gain elevated rights due to a TOCTOU vulnerability in the CODESYS installer...

7.3CVSS5.8AI score0.00084EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/03/10 7:22 a.m.4 views

CVE-2026-2364 CODESYS Installer TOCTOU Privilege Escalation

If a legitimate user confirms a self-update prompt or initiate an installation of a CODESYS Development System, a low privileged local attacker can gain elevated rights due to a TOCTOU vulnerability in the CODESYS installer...

7.3CVSS5.8AI score0.00084EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/03/10 7:22 a.m.31 views

CVE-2026-2364 CODESYS Installer TOCTOU Privilege Escalation

If a legitimate user confirms a self-update prompt or initiate an installation of a CODESYS Development System, a low privileged local attacker can gain elevated rights due to a TOCTOU vulnerability in the CODESYS installer...

7.3CVSS0.00084EPSS
SaveExploits0References1
Rows per page
Query Builder