Lucene search
+L

2574 matches found

Tenable Nessus
Tenable Nessus
added 2026/02/21 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-27205

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Flask is a web server gateway interface WSGI web application framework. In versions 3.1.2 and below, when the session object is accessed, Flask should set the...

4.3CVSS5.8AI score0.00344EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/19 8:45 p.m.25 views

GHSA-68RP-WP8R-4726 Flask session does not add `Vary: Cookie` header when accessed in some ways

When the session object is accessed, Flask should set the Vary: Cookie header. This instructs caches not to cache the response, as it may contain information specific to a logged in user. This is handled in most cases, but some forms of access such as the Python in operator were overlooked. The...

2.3CVSS5.9AI score0.00344EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/02/19 8:45 p.m.11 views

Use of Cache Containing Sensitive Information

Overview Affected versions of this package are vulnerable to Use of Cache Containing Sensitive Information in the session object. An attacker can cause sensitive user-specific responses to be cached and served to other users by leveraging a caching proxy that does not ignore responses with cookie...

6.5CVSS5.5AI score0.00344EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/02/19 8:45 p.m.23 views

Flask session does not add `Vary: Cookie` header when accessed in some ways

When the session object is accessed, Flask should set the Vary: Cookie header. This instructs caches not to cache the response, as it may contain information specific to a logged in user. This is handled in most cases, but some forms of access such as the Python in operator were overlooked. The...

4.3CVSS5.5AI score0.00344EPSS
SaveExploits0References5Affected Software1
GithubExploit
GithubExploit
added 2026/02/19 6:01 p.m.175 views

web-vuln-scanner

web-vuln-scanner A Python-based web vulnerabili...

5.5AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/02/19 12:00 a.m.21 views

PT-2026-21353

Name of the Vulnerable Software and Affected Versions Flask versions 3.1.2 and below Description Flask, a web server gateway interface WSGI web application framework, may improperly handle caching when accessing the session object. Specifically, it may fail to set the 'Vary: Cookie' header,...

4.3CVSS5.8AI score0.00344EPSS
SaveExploits0References191
RedhatCVE
RedhatCVE
added 2026/02/12 1:43 p.m.14 views

CVE-2026-1827

The Flask Micro code-editor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's codeflask shortcode in all versions up to, and including, 1.0.0 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for...

6.4CVSS5.7AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2026/02/11 9:15 a.m.19 views

CVE-2026-1827

The Flask Micro code-editor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's codeflask shortcode in all versions up to, and including, 1.0.0 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for...

6.4CVSS0.00236EPSS
SaveExploits0References3
CVE
CVE
added 2026/02/11 8:26 a.m.42 views

CVE-2026-1827

CVE-2026-1827 — The IDE Micro code-editor WordPress plugin (flask-micro) versions ≤ 1.0.0 is vulnerable to Stored Cross-Site Scripting via the codeflask shortcode, due to insufficient input sanitization and output escaping on the shortcode attributes (notably the title attribute). Impact: authent...

6.4CVSS5.8AI score0.00236EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/02/11 8:26 a.m.10 views

CVE-2026-1827

The Flask Micro code-editor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's codeflask shortcode in all versions up to, and including, 1.0.0 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for...

6.4CVSS5.7AI score0.00236EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/02/11 12:00 a.m.14 views

WordPress plugin Flask Micro code-editor 跨站脚本漏洞

WordPress and WordPress plugins are both products of the WordPress Foundation. WordPress is a blog platform developed using the PHP language. This platform allows for the creation of personal blog websites on servers based on PHP and MySQL. A WordPress plugin is an application extension. The...

6.4CVSS5.7AI score0.00236EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/02/11 12:00 a.m.15 views

PT-2026-7503

The Flask Micro code-editor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's codeflask shortcode in all versions up to, and including, 1.0.0 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for...

6.4CVSS5.7AI score0.00236EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/02/04 6:18 p.m.211 views

Exploit for Deserialization of Untrusted Data in Bentoml

CVE-2025-27520 — Безопасная учебная симуляция / PoC Demo Stan...

9.8CVSS8.5AI score0.4062EPSS
SaveExploits6
Packet Storm
Packet Storm
added 2026/02/03 12:00 a.m.223 views

📄 Flask-Uploads 0.2.1 Path Traversal / Arbitrary File Write

Flask-Uploads versions 0.2.1 and below Metasploit module that exploits a path traversal vulnerability to achieve an arbitrary file write. ============================================================================================================================================= | Title :...

5.5AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/01/29 3:32 p.m.38 views

Unfurl's debug mode cannot be disabled due to string config parsing (Werkzeug debugger exposure)

Summary The Unfurl web app enables Flask debug mode even when configuration sets debug = False. The config value is read as a string and passed directly to app.rundebug=..., so any non-empty string evaluates truthy. This leaves the Werkzeug debugger active by default. Details - unfurl/app.py:weba...

6.3AI score
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/01/29 3:32 p.m.18 views

Active Debug Code

Overview dfir-unfurl is an Unfurl takes a URL and expands "unfurls" it into a directed graph Affected versions of this package are vulnerable to Active Debug Code due to improper parsing of the debug configuration value, which is always interpreted as truthy and enables the Werkzeug debugger...

9.3CVSS6.3AI score0.00557EPSS
SaveExploits1References2
OSV
OSV
added 2026/01/29 3:32 p.m.14 views

GHSA-VG9H-JX4V-CWX2 Unfurl's debug mode cannot be disabled due to string config parsing (Werkzeug debugger exposure)

Summary The Unfurl web app enables Flask debug mode even when configuration sets debug = False. The config value is read as a string and passed directly to app.rundebug=..., so any non-empty string evaluates truthy. This leaves the Werkzeug debugger active by default. Details - unfurl/app.py:weba...

9.3CVSS6.3AI score0.00557EPSS
SaveExploits1References3
GithubExploit
GithubExploit
added 2026/01/28 10:23 a.m.188 views

SQLi

SQL Injection CTF Challenge - Quick Start Guide Files Over...

6AI score
SaveExploits0
EUVD
EUVD
added 2026/01/25 11:13 a.m.9 views

EUVD-2026-4644

Malicious code in flask-hookserver PyPI...

5.5AI score
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/01/25 11:13 a.m.13 views

Malicious code in flask-hookserver (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 4d5afd1538994efa55632d3ed6d7c9fa419fb26c542b641a3efbd7b35501ea58 Installing the package or importing the module exfiltrates basic information about the host, and the package has no other purpose. --- Category: PROBABLYPENTES...

5.8AI score
SaveExploits0References1
Rows per page
Query Builder