Lucene search
+L

1364 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 6:34 p.m.10 views

CVE-2021-32742

Vapor is a web framework for Swift. In versions 4.47.1 and prior, bug in the Data.initbase32Encoded: function opens up the potential for exposing server memory and/or crashing the server Denial of Service for applications where untrusted data can end up in said function. Vapor does not currently...

9.1CVSS6.8AI score0.01199EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 1:41 a.m.11 views

CVE-2013-3473

The web framework in Cisco Prime Central for Hosted Collaboration Solution HCS Assurance before 9.1.1 does not properly determine the existence of an authenticated session, which allows remote attackers to discover usernames and passwords via an HTTP request, aka Bug ID CSCud32600...

7.8CVSS6.9AI score0.01527EPSS
SaveExploits0References1
CVE
CVE
added 2025/05/15 9:17 p.m.448 views

CVE-2025-47287

Summary: CVE-2025-47287 affects Tornado (Python Tornado) where the multipart/form-data parser can log an excessive amount of messages and continue parsing, causing a DoS due to synchronous logging. All versions prior to 6.5.0 are affected; a patch is available in Tornado 6.5.0/6.50. Affects: Torn...

7.5CVSS7.1AI score0.00713EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/15 9:17 p.m.10 views

CVE-2025-47287

Tornado is a Python web framework and asynchronous networking library. When Tornado's multipart/form-data parser encounters certain errors, it logs a warning but continues trying to parse the remainder of the data. This allows remote attackers to generate an extremely high volume of logs,...

7.5CVSS7.4AI score0.00713EPSS
SaveExploits0
OSV
OSV
added 2025/05/15 9:17 p.m.17 views

CVE-2025-47287 Tornado vulnerable to excessive logging caused by malformed multipart form data

Tornado is a Python web framework and asynchronous networking library. When Tornado's multipart/form-data parser encounters certain errors, it logs a warning but continues trying to parse the remainder of the data. This allows remote attackers to generate an extremely high volume of logs,...

7.5CVSS6.8AI score
SaveExploits0References5
OSV
OSV
added 2025/05/13 4:15 p.m.3 views

DEBIAN-CVE-2025-47278

Flask is a web server gateway interface WSGI web application framework. In Flask 3.1.0, the way fallback key configuration was handled resulted in the last fallback key being used for signing, rather than the current signing key. Signing is provided by the itsdangerous library. A list of keys can...

1.8CVSS5.4AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/13 3:57 p.m.9 views

CVE-2025-47278 Flask uses fallback key instead of current signing key

Flask is a web server gateway interface WSGI web application framework. In Flask 3.1.0, the way fallback key configuration was handled resulted in the last fallback key being used for signing, rather than the current signing key. Signing is provided by the itsdangerous library. A list of keys can...

1.8CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2025/05/13 3:57 p.m.249 views

CVE-2025-47278

CVE-2025-47278 affects Flask 3.1.0, where itsdangerous signing key handling constructs the key list in reverse, causing the last (oldest) key to be used for signing when key rotation is configured via SECRET_KEY_FALLBACKS. The result is signing sessions with stale keys, potentially hindering tran...

1.8CVSS7AI score0.00182EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/05/13 3:57 p.m.12 views

CVE-2025-47278

Flask is a web server gateway interface WSGI web application framework. In Flask 3.1.0, the way fallback key configuration was handled resulted in the last fallback key being used for signing, rather than the current signing key. Signing is provided by the itsdangerous library. A list of keys can...

1.8CVSS5.4AI score0.00182EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/04/21 12:0 a.m.6 views

DS-Java 安全漏洞

DS-Java is a forum system built on SSH Struts2+Spring+Hibernate by sixteen individual developers. A security vulnerability exists in DS-Java version 1.0, which stems from vulnerability to cross-site request forgery attacks...

6.5CVSS4.9AI score0.003EPSS
SaveExploits1References4
BDU FSTEC
BDU FSTEC
added 2025/04/14 12:0 a.m.8 views

The vulnerability of the ASP.NET Core software platform and the Microsoft Visual Studio development environment, related to authentication bypass techniques, allows attackers to escalate their privileges.

The vulnerability of the ASP.NET Core software platform and the Microsoft Visual Studio development environment is related to the ability to bypass authentication. Exploiting this vulnerability can allow attackers to enhance their privileges remotely...

7CVSS7.1AI score0.00968EPSS
SaveExploits1References6Affected Software5
CNNVD
CNNVD
added 2025/04/14 12:0 a.m.8 views

Intumit SmartRobot 代码问题漏洞

Intumit SmartRobot is a web development framework from Intumit, Inc. A code issue vulnerability exists in Intumit SmartRobot that stems from vulnerability to server-side request forgery attacks...

7.5CVSS7AI score0.00441EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/04/02 7:35 p.m.28 views

CVE-2025-31129

Jooby is a web framework for Java and Kotlin. The pac4j io.jooby.internal.pac4j.SessionStoreImplget module deserializes untrusted data. This vulnerability is fixed in 2.17.0 2.x and 3.7.0 3.x...

8.8CVSS7.2AI score0.00612EPSS
SaveExploits0References1
CVE
CVE
added 2025/03/31 7:10 p.m.82 views

CVE-2025-31129

Summary: CVE-2025-31129 affects the Jooby pac4j integration. In io.jooby.internal.pac4j.SessionStoreImpl#get, values are deserialized from untrusted data (notably for payloads starting with “b64~”), which can enable code execution. The issue is fixed in Jooby releases 2.17.0 (2.x stream) and 3.7....

8.8CVSS6.9AI score0.00612EPSS
SaveExploits0References4
OSV
OSV
added 2025/03/31 7:10 p.m.12 views

CVE-2025-31129 jooby-pac4j: deserialization of untrusted data

Jooby is a web framework for Java and Kotlin. The pac4j io.jooby.internal.pac4j.SessionStoreImplget module deserializes untrusted data. This vulnerability is fixed in 2.17.0 2.x and 3.7.0 3.x...

8.8CVSS6.5AI score
SaveExploits0References6
Fedora
Fedora
added 2025/03/17 1:38 a.m.16 views

[SECURITY] Fedora 41 Update: python-django-4.2.20-1.fc41

Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY Don't Repeat Yourself principle...

7.5CVSS5.1AI score0.00799EPSS
SaveExploits0
Fedora
Fedora
added 2025/03/17 12:16 a.m.19 views

[SECURITY] Fedora 42 Update: python-django5-5.1.7-1.fc42

Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY Don't Repeat Yourself principle...

7.5CVSS5.1AI score0.00799EPSS
SaveExploits0
Snyk
Snyk
added 2025/03/10 10:41 p.m.6 views

Cross-site Scripting (XSS)

Overview laravel/framework is a PHP framework for web artisans. Affected versions of this package are vulnerable to Cross-site Scripting XSS due to improper encoding of request parameters in the debug-mode error page. When the application runs with APPDEBUG=true and encounters an error, the...

8CVSS5.5AI score0.00578EPSS
SaveExploits1References2
BDU FSTEC
BDU FSTEC
added 2025/02/26 12:0 a.m.10 views

The vulnerability of the org.springframework.web.multipart package in the Spring Web framework allows attackers to re-write files stored in web server directories.

The vulnerability of the org.springframework.web.multipart package in the Spring Web framework is related to an incorrect restriction on the path to the restricted directory. Exploiting this vulnerability could allow a malicious actor to re-upload files stored in the web server’s directory from a...

7.8CVSS5.6AI score
SaveExploits0References1Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:0 a.m.10 views

Azure Linux 3.0 Security Update: python-tensorboard / reaper (CVE-2024-43796)

The version of python-tensorboard / reaper installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-43796 advisory. - Express.js minimalist web framework for node. In express 4.20.0, passing untrusted user...

5CVSS6.9AI score0.00458EPSS
SaveExploits0References2
Rows per page
Query Builder