Lucene search
+L

5455 matches found

Cvelist
Cvelist
added 2026/08/12 3:43 p.m.45 views

CVE-2026-59244 Apache Airflow: Secrets masker: `var.json` Variable values not masked in the Rendered Templates UI

Apache Airflow's secrets masker did not mask var.json Variable values whose value is a dict in the Rendered Templates UI — the dict value failed an isinstancestr guard — so a secret stored as a JSON Variable and referenced in a template via var.json was displayed in cleartext to any user with...

0.0023EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/12 3:43 p.m.42 views

CVE-2026-59244

CVE-2026-59244 affects Apache Airflow: the secrets masker fails to mask nested Variable values when rendered in the Rendered Templates UI if var.json contains a dict, because the value bypasses an isinstance(str) guard. This can expose sensitive data stored as a JSON Variable to users with access...

6.5CVSS5.3AI score0.0023EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/12 3:43 p.m.20 views

CVE-2026-59244 Apache Airflow: Secrets masker: `var.json` Variable values not masked in the Rendered Templates UI

Apache Airflow's secrets masker did not mask var.json Variable values whose value is a dict in the Rendered Templates UI — the dict value failed an isinstancestr guard — so a secret stored as a JSON Variable and referenced in a template via var.json was displayed in cleartext to any user with...

6.5CVSS5.4AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/12 3:43 p.m.16 views

EUVD-2026-57316

Apache Airflow's secrets masker did not mask var.json Variable values whose value is a dict in the Rendered Templates UI — the dict value failed an isinstancestr guard — so a secret stored as a JSON Variable and referenced in a template via var.json was displayed in cleartext to any user with...

5.3AI score0.0023EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/12 3:41 p.m.37 views

Malicious code in tailwind-form-templates (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 8febe917c3076e12756acd284d92cd2810cb59f7c546a6e669ef23caa56457bc The package name resembles @tailwindcss/forms and its src/index.js copies the legitimate @tailwindcss/forms source, appending an evalatob... payload...

6.1AI score
SaveExploits0References1
CVE
CVE
added 2026/08/12 3:24 p.m.31 views

CVE-2026-68970

Summary: CVE-2026-68970 affects Apache Airflow's Task SDK, where a top-level JSON list stored in a Variable is not masked in task logs or the Rendered Templates UI. Masking applies only to strings and dicts, so list-shaped values are exposed to any authenticated user reading logs or templates. Th...

6.5CVSS5.3AI score0.0023EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/12 3:24 p.m.12 views

CVE-2026-68970 Apache Airflow: Values of a list-shaped Variable are not masked in task logs and the Rendered Templates UI

Apache Airflow's Task SDK did not mask the contents of a Variable whose JSON value is a list, so secrets stored in that shape appeared in cleartext in task logs and in the Rendered Templates UI. Masking was applied only when the deserialized value was a string or a dict; a list at the top level...

6.5CVSS5.4AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/08/12 3:24 p.m.11 views

CVE-2026-68970

Apache Airflow's Task SDK did not mask the contents of a Variable whose JSON value is a list, so secrets stored in that shape appeared in cleartext in task logs and in the Rendered Templates UI. Masking was applied only when the deserialized value was a string or a dict; a list at the top level...

5.3AI score0.0023EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/12 3:24 p.m.13 views

EUVD-2026-57269

Apache Airflow's Task SDK did not mask the contents of a Variable whose JSON value is a list, so secrets stored in that shape appeared in cleartext in task logs and in the Rendered Templates UI. Masking was applied only when the deserialized value was a string or a dict; a list at the top level...

6.5CVSS5.3AI score0.0023EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/12 3:24 p.m.37 views

CVE-2026-68970 Apache Airflow: Values of a list-shaped Variable are not masked in task logs and the Rendered Templates UI

Apache Airflow's Task SDK did not mask the contents of a Variable whose JSON value is a list, so secrets stored in that shape appeared in cleartext in task logs and in the Rendered Templates UI. Masking was applied only when the deserialized value was a string or a dict; a list at the top level...

0.0023EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.13 views

PT-2026-71132

Name of the Vulnerable Software and Affected Versions Apache Airflow versions prior to 3.3.1 Description The Task SDK fails to mask the contents of a Variable when its JSON value is a list. This occurs because masking is only applied to deserialized values that are strings or dictionaries, leavin...

6.5CVSS5.3AI score0.0023EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.10 views

PT-2026-71141

Name of the Vulnerable Software and Affected Versions Apache Airflow versions prior to 3.3.1 Description The secrets masker fails to mask var.json Variable values when the value is a dictionary within the Rendered Templates UI. This occurs because the dictionary value fails an isinstancestr guard...

6.5CVSS5.2AI score0.0023EPSS
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2026/08/11 7:27 p.m.6 views

CVE-2026-45618 LiquidJS is Vulnerable to Remote Code Execution

LiquidJS is a Shopify/GitHub Pages compatible template engine. Prior to version 10.26.0, it is possible to execute arbitrary code with crafted templates. Version 10.26.0 patches the issue...

10CVSS5.7AI score0.00925EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/11 7:27 p.m.9 views

CVE-2026-45618

LiquidJS is a Shopify/GitHub Pages compatible template engine. Prior to version 10.26.0, it is possible to execute arbitrary code with crafted templates. Version 10.26.0 patches the issue...

10CVSS5.7AI score0.00925EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/08/11 7:27 p.m.32 views

CVE-2026-45618 LiquidJS is Vulnerable to Remote Code Execution

LiquidJS is a Shopify/GitHub Pages compatible template engine. Prior to version 10.26.0, it is possible to execute arbitrary code with crafted templates. Version 10.26.0 patches the issue...

10CVSS0.00925EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/11 6:27 p.m.10 views

CVE-2026-73222

Claude Code Templates is a CLI tool for configuring and monitoring Claude Code. Prior to 1.29.4, the Claude Code Studio server launched by the --studio option in cli-tool/src/sandbox-server.js binds to all interfaces on port 3444, permits cross-origin requests, and requires no authentication. The...

8.8CVSS6AI score0.00247EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/11 6:27 p.m.47 views

CVE-2026-73222

CVE-2026-73222 – Claude Code Templates : The Claude Code Studio server (launched via --studio) in cli-tool/src/sandbox-server.js previously bound to all interfaces on port 3444, allowed cross-origin requests, and required no authentication. The POST /api/execute endpoint forwards the prompt to ex...

8.8CVSS6AI score0.00247EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/11 6:27 p.m.40 views

CVE-2026-73222 Claude Code Templates: Unauthenticated OS command injection (RCE) in Claude Code Studio server (--studio)

Claude Code Templates is a CLI tool for configuring and monitoring Claude Code. Prior to 1.29.4, the Claude Code Studio server launched by the --studio option in cli-tool/src/sandbox-server.js binds to all interfaces on port 3444, permits cross-origin requests, and requires no authentication. The...

8.8CVSS0.00247EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.16 views

PT-2026-70844

Name of the Vulnerable Software and Affected Versions Claude Code Templates versions prior to 1.29.4 Description The Claude Code Studio server, launched via the --studio option, binds to all interfaces on port 3444, allows cross-origin requests, and lacks authentication. The POST /api/execute...

8.8CVSS6AI score0.00247EPSS
SaveExploits0References9
CVE
CVE
added 2026/08/10 7:42 p.m.73 views

CVE-2026-69118

CVE-2026-69118 affects Cachet up to version 2.4.1. The vulnerability is a server-side template injection in incident template rendering that allows authenticated users to execute arbitrary PHP code, enabling remote code execution as the web server process. Attackers can craft malicious incident t...

8.8CVSS6.6AI score0.00552EPSS
SaveExploits0References2
Rows per page
Query Builder