Lucene search
+L

421 matches found

NVD
NVD
added 2026/07/16 3:16 p.m.11 views

CVE-2026-59861

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.32.0, Kiota's Ruby generator embedded OpenAPI default fields, property names, and other schema-derived strings through CodeMethodWriter.cs and SanitizeForQuotedLiteral in Writers/StringExtensions.cs into Ruby double-quoted literals...

7.5CVSS0.01471EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/16 2:40 p.m.32 views

CVE-2026-59859

Kiota’s PHP generator (prior to 1.32.4) embeds OpenAPI-derived strings directly into PHP double-quoted literals via SanitizeDoubleQuote(), without escaping $. This permits attacker-controlled interpolation constructs like ${…}, $var, or {$obj->prop} to inject arbitrary PHP code into generated ...

8.7CVSS6.2AI score0.01016EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/16 2:40 p.m.6 views

CVE-2026-59859 Kiota: Code Generation Literal Injection in the PHP Generator

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.32.4, Kiota's PHP generator embedded OpenAPI description, default fields, property names, and other schema-derived strings into PHP double-quoted literals through SanitizeDoubleQuote in Writers/StringExtensions.cs without escaping $...

8.7CVSS6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/16 2:40 p.m.62 views

CVE-2026-59859 Kiota: Code Generation Literal Injection in the PHP Generator

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.32.4, Kiota's PHP generator embedded OpenAPI description, default fields, property names, and other schema-derived strings into PHP double-quoted literals through SanitizeDoubleQuote in Writers/StringExtensions.cs without escaping $...

8.7CVSS0.01016EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/16 2:36 p.m.11 views

CVE-2026-59861 Kiota: Code Generation Literal Injection in Kiota Ruby Generator

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.32.0, Kiota's Ruby generator embedded OpenAPI default fields, property names, and other schema-derived strings through CodeMethodWriter.cs and SanitizeForQuotedLiteral in Writers/StringExtensions.cs into Ruby double-quoted literals...

7.5CVSS6.2AI score0.01471EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/16 2:36 p.m.8 views

CVE-2026-59861

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.32.0, Kiota's Ruby generator embedded OpenAPI default fields, property names, and other schema-derived strings through CodeMethodWriter.cs and SanitizeForQuotedLiteral in Writers/StringExtensions.cs into Ruby double-quoted literals...

7.5CVSS6.2AI score0.01471EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/07/16 2:36 p.m.63 views

CVE-2026-59861 Kiota: Code Generation Literal Injection in Kiota Ruby Generator

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.32.0, Kiota's Ruby generator embedded OpenAPI default fields, property names, and other schema-derived strings through CodeMethodWriter.cs and SanitizeForQuotedLiteral in Writers/StringExtensions.cs into Ruby double-quoted literals...

7.5CVSS0.01471EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/16 2:36 p.m.7 views

CVE-2026-59861 Kiota: Code Generation Literal Injection in Kiota Ruby Generator

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.32.0, Kiota's Ruby generator embedded OpenAPI default fields, property names, and other schema-derived strings through CodeMethodWriter.cs and SanitizeForQuotedLiteral in Writers/StringExtensions.cs into Ruby double-quoted literals...

7.5CVSS6.2AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/16 12:0 a.m.15 views

PT-2026-60478

Name of the Vulnerable Software and Affected Versions Kiota versions prior to 1.32.4 Description The PHP generator in Kiota fails to properly escape the $ character when embedding OpenAPI descriptions, default fields, property names, and other schema-derived strings into PHP double-quoted literal...

8.7CVSS5.7AI score0.01016EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/07/16 12:0 a.m.13 views

PT-2026-60480

Name of the Vulnerable Software and Affected Versions Kiota versions prior to 1.32.0 Description The Ruby generator in Kiota fails to properly escape the character when embedding OpenAPI default fields, property names, and other schema-derived strings into Ruby double-quoted literals. This occurs...

7.5CVSS6AI score0.01471EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/07/13 4:59 p.m.13 views

Decidim: Admin user search allows SQL injection through similarity-based sorting

The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical description The vulnerable...

5.5CVSS6.3AI score0.00341EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/07/13 3:2 p.m.15 views

beets has a Cross-site Scripting vulnerability

During code logic analyis, an area that may lead to unintended behavior under specific conditions was discovered. Overview- Verified Version: 80cd21554124da07d17a4f962c7d770a4f70d0f2- Vulnerability Type: Stored XSS- Affected Location: beetsplug/web/templates/index.html:42- Trigger Scenario:...

6CVSS6.2AI score0.003EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/13 3:2 p.m.6 views

PYSEC-2026-2397 beets has a Cross-site Scripting vulnerability

During code logic analyis, an area that may lead to unintended behavior under specific conditions was discovered. Overview - Verified Version: 80cd21554124da07d17a4f962c7d770a4f70d0f2 - Vulnerability Type: Stored XSS - Affected Location: beetsplug/web/templates/index.html:42 - Trigger Scenario:...

6CVSS6.2AI score0.003EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/11 3:22 a.m.9 views

SUSE CVE-2026-59856

Vim is an open source, command line text editor. Prior to 9.2.0736, the PHP omni-completion script in runtime/autoload/phpcomplete.vim interpolates a class or trait name, taken from the contents of the edited buffer, into a search pattern that is run via winexecute without escaping. A name...

7.8CVSS6.3AI score0.00216EPSS
SaveExploits1References15
Cvelist
Cvelist
added 2026/07/10 8:57 p.m.41 views

CVE-2026-55659 Grist: XSS through unsafe value interpolation in server-rendered pages

Grist is spreadsheet software using Python as its formula language. Prior to 1.7.15, several server-rendered Grist pages embedded user-controlled values into the page and into inline scripts without fully escaping them, allowing cross-site scripting. On the main application page, a document's nam...

7.7CVSS0.00275EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/10 8:57 p.m.11 views

CVE-2026-55659 Grist: XSS through unsafe value interpolation in server-rendered pages

Grist is spreadsheet software using Python as its formula language. Prior to 1.7.15, several server-rendered Grist pages embedded user-controlled values into the page and into inline scripts without fully escaping them, allowing cross-site scripting. On the main application page, a document's nam...

7.7CVSS5.8AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/10 7:32 p.m.18 views

File Browser: Command Injection via Authentication Hook Shell Substitution (Pre-Authentication RCE)

Overview The Hook Authentication feature in File Browser allows administrators to delegate login verification to an external shell command. User-supplied credentials username and password are interpolated into this command string using os.Expand without sanitization. An unauthenticated remote...

9.3CVSS6.5AI score0.0063EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/10 4:22 p.m.9 views

CVE-2026-58492 grav-plugin-database: SQL Injection in PDO::tableExists() due to Unsanitized Table Name Interpolation

grav-plugin-database is the database plugin for Grav CMS. Prior to 1.2.0, the PDO::tableExists method interpolates its table argument directly into a raw SQL query string without sanitization, escaping, quoting, or whitelisting, allowing attacker-controlled table names passed by consuming plugin ...

9.2CVSS6.3AI score
SaveExploits0References5
NVD
NVD
added 2026/07/10 3:16 p.m.13 views

CVE-2026-61444

PraisonAI versions before 4.6.78 contain a code injection vulnerability in deploy/api.py where the agentsfile parameter is directly interpolated into an f-string without sanitization. Attackers can inject arbitrary Python code that executes when the generated server code runs via subprocess.Popen...

9.4CVSS0.00392EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/10 1:58 p.m.30 views

CVE-2026-61444

PRAISONAi before 4.6.78 has a code‑injection vulnerability in deploy/api.py: the agents_file parameter is interpolated into an f-string without sanitization, allowing arbitrary Python code execution when the generated server code runs via subprocess.Popen(). Affected: PraisonAI

9.4CVSS6.2AI score0.00392EPSS
SaveExploits0References2
Rows per page
Query Builder