Lucene search
+L

911 matches found

CVE
CVE
added 2026/08/20 4:13 p.m.16 views

CVE-2026-71492

Banks is a Python library for generating LLM prompts using a template language. Prior to version 2.4.5 , the DirectoryPromptRegistry.set() method in src/banks/registries/directory.py interpolates attacker-controlled Prompt.name and Prompt.version values into a filesystem path without canonicaliza...

6CVSS5.4AI score0.00323EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 4:13 p.m.10 views

CVE-2026-71492 Banks: Path traversal in `DirectoryPromptRegistry.set()` allows arbitrary file write outside the registry root

Banks generates meaningful LLM prompts using a simple template language. Prior to version 2.4.5, DirectoryPromptRegistry.set in src/banks/registries/directory.py interpolates attacker-controlled Prompt.name and Prompt.version values into a Path without canonicalization or containment validation...

6CVSS5.6AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/08/18 8:22 p.m.9 views

MONAI vulnerable to OS command injection

Comment from JPCERT/CC We are submitting the report again as we have yet to receive any responses from you after submitting it on February 5 and March 11. It would be greatly appreciated if you could send us a message after confirming it so that we can follow up the case by email. Summary MONAI...

5.8AI score
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/08/14 12:32 a.m.10 views

EUVD-2026-58478

AgenticSeek commit fc242c7 contains an unauthenticated remote code execution vulnerability that allows any network-adjacent attacker to execute arbitrary commands by submitting crafted queries to the unprotected POST /query API endpoint bound to 0.0.0.0:7777 with wildcard CORS. Attackers can send...

9.8CVSS6.6AI score0.00838EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/13 10:17 p.m.11 views

CVE-2026-72776

AgenticSeek commit fc242c7 contains an unauthenticated remote code execution vulnerability that allows any network-adjacent attacker to execute arbitrary commands by submitting crafted queries to the unprotected POST /query API endpoint bound to 0.0.0.0:7777 with wildcard CORS. Attackers can send...

9.8CVSS0.00838EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/13 12:00 a.m.8 views

PT-2026-71875

Name of the Vulnerable Software and Affected Versions AgenticSeek version fc242c7 Description An unauthenticated remote code execution issue exists that allows network-adjacent attackers to execute arbitrary commands. By submitting crafted queries to the unprotected 'POST /query' API endpoint, an...

9.8CVSS6.6AI score0.00838EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/10 10:22 a.m.42 views

CVE-2026-71393

CVE-2026-71393 affects GNU Emacs for Android. A 32-bit font length value in sfnt_read_name_table() can overflow when computing the allocation size, causing an undersized heap allocation. A crafted TrueType font can trigger a read() past the buffer, leading to heap memory corruption and potential ...

5.3CVSS6AI score0.0039EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 10:22 a.m.9 views

EUVD-2026-55258

GNU Emacs for Android is vulnerable to an integer overflow in sfntreadnametable in src/sfnt.c. The function computes an allocation size using a 32-bit length value from a TrueType font file without overflow checking. On 32-bit targets, a crafted font causes the calculation to wrap, resulting in a...

5.3CVSS6AI score0.0039EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 10:22 a.m.36 views

CVE-2026-71392 Integer Overflow in GNU Emacs for Android

GNU Emacs for Android is vulnerable to an integer overflow in the sfntreadcmapformat12 function in src/sfnt.c. When processing a crafted TrueType font file, an unguarded addition in the xmalloc allocation call wraps around on 32-bit builds, causing a heap buffer overflow write. An attacker can...

5.3CVSS0.0039EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 10:22 a.m.37 views

CVE-2026-71391 Off-by-One Error in GNU Emacs for Android

GNU Emacs for Android contains an off-by-one error in the gvar table parser in src/sfnt.c. The shared-coordinate index boundary check in sfntvarysimpleglyph and sfntvarycompoundglyph uses a strict greater-than comparison instead of greater-than-or-equal, allowing a crafted TrueType variable font ...

5.3CVSS0.00327EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 10:22 a.m.49 views

CVE-2026-71391

GNU Emacs for Android is affected by an off-by-one in the gvar table parser (src/sfnt.c). The shared-coordinate index boundary check in sfnt_vary_simple_glyph() and sfnt_vary_compound_glyph() uses a > comparison instead of >=, allowing a crafted TrueType variable font to bypass the check an...

5.3CVSS5.3AI score0.00327EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/07 7:09 p.m.30 views

CVE-2026-48098 NexTOR IP Changer Unsafely Uses sudo and shell=True

NexTor IP Changer is a command-line tool that leverages the Tor network to periodically rotate a user's IP address. Versions prior to 2.0.0 execute privileged system commands using sudo and shell=True directly inside application logic. In environments where passwordless sudo NOPASSWD is enabled,...

7.3CVSS0.00131EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/07 2:19 p.m.79 views

CVE-2026-18497

The CVE affects the nothings stb TrueType library (stb_truetype.h) up to version 1.26, specifically the stbtt__GetGlyphShapeTT() parser when loading malformed TrueType fonts. The issue arises during glyph data parsing: if endPtsOfContours is inflated and the remaining glyph data is truncated, the...

7.1CVSS5.3AI score0.00124EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/07 2:19 p.m.9 views

CVE-2026-18497

A heap-buffer-overflow vulnerability exists in the nothings stb TrueType library, up to version 1.26, that is used for parsing TrueType font files. The vulnerability exists in the stbttGetGlyphShapeTT function within the nothings stbtruetype.h library when parsing malformed TTF TrueType Font file...

5.3AI score0.00124EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/08/06 7:16 p.m.55 views

CVE-2026-70557

The connected documents confirm a concrete vulnerability in diboot-core: POST /common/load-related-data allows an authenticated user to resolve any caller-supplied field name to any @TableField column across all entities and return those values, because there is no field or entity allowlist and r...

7.1CVSS5.7AI score0.00339EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 10:56 a.m.49 views

CVE-2026-71238 DjangoCRM - Hardcoded Django SECRET_KEY Enables Session and CSRF Token Forgery

DjangoCRM ships with its Django SECRETKEY hardcoded directly in the committed webcrm/settings.py rather than read from an environment variable. Since this key is used for session signing, CSRF token generation, and password reset tokens, anyone who reads the public repository can forge valid...

9.1CVSS0.00407EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/08/03 12:00 a.m.12 views

EUVD-2026-52481

The "s init" command in Serverless-Devs @serverless-devs/s = 3.1.11 passes unsanitized user input to childprocess.spawn with shell: true. A URL ending in ".git" bypasses the only input check, allowing OS command injection when a user runs "s init" with an attacker-controlled argument...

5.5AI score0.01045EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/03 12:00 a.m.48 views

CVE-2026-51190

The "s init" command in Serverless-Devs @serverless-devs/s = 3.1.11 passes unsanitized user input to childprocess.spawn with shell: true. A URL ending in ".git" bypasses the only input check, allowing OS command injection when a user runs "s init" with an attacker-controlled argument...

0.01045EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/29 2:00 p.m.11 views

CVE-2026-66014

creationtimestamp| type| source ---|---|--- 2026-07-29 14:00:04+00:00| seen| https://t.me/truesecator/8453 2026-07-30 00:00:29+00:00| seen| https://t.me/truesecator/8453 2026-07-31 06:07:06+00:00| seen| https://bsky.app/profile/cyberhub.blog/post/3mrwbzrmu5v23...

9.8CVSS5.3AI score0.00556EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.23 views

PT-2026-64532

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The loongson-rng rng alg contains multiple issues, including a lack of forward security and a use-after-free bug caused by the use of the wait for completion interruptible function...

7.8CVSS5.8AI score0.00157EPSS
SaveExploits0References17
Rows per page
Query Builder