Lucene search
+L

42 matches found

CVE
CVE
added 2025/12/17 9:33 p.m.32 views

CVE-2025-68110

ChurchCRM has an information-disclosure vulnerability: versions prior to 6.5.3 may reveal database credentials (host, IP, username, password) in an error message. The issue is fixed in version 6.5.3. No exploit details are provided in the connected documents; impact is information disclosure. Aff...

9.9CVSS6.2AI score0.00416EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/12/17 9:25 p.m.8 views

CVE-2025-67877 ChurchCRM SQL Injection Vulnerability

ChurchCRM is an open-source church management system. Versions prior to 6.5.3 have a SQL injection vulnerability in the src/CartToFamily.php file, specifically in how the PersonAddress POST parameter is handled. Unlike other parameters in the same file which are correctly cast to integers using t...

8.7CVSS7.7AI score0.00365EPSS
SaveExploits1References1
CVE
CVE
added 2025/12/17 9:25 p.m.27 views

CVE-2025-67877

ChurchCRM before version 6.5.3 has a SQL injection vulnerability in src/CartToFamily.php related to handling of the PersonAddress POST parameter. Unlike other parameters, PersonAddress is not explicitly cast to an integer, enabling injection of arbitrary SQL statements into the query. The issue i...

8.8CVSS7.7AI score0.00365EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2025/12/17 7:12 p.m.36 views

CVE-2025-66397

ChurchCRM’s CVE-2025-66397 describes an access-control flaw in the Kiosk Manager: prior to version 6.5.3, any authenticated user could perform actions such as allowRegistration, acceptKiosk, reloadKiosk, and identifyKiosk. Affected software is ChurchCRM, specifically the Kiosk Manager functions. ...

8.3CVSS6.4AI score0.00288EPSS
SaveExploits1References1Affected Software1
EUVD
EUVD
added 2025/12/17 7:10 p.m.8 views

EUVD-2025-203921

ChurchCRM is an open-source church management system. Prior to version 6.5.3, a SQL injection vulnerability exists in the src/UserEditor.php file. When an administrator saves a user's configuration settings, the keys of the type POST parameter array are not properly sanitized or type-casted befor...

7.2CVSS7.8AI score0.00402EPSS
SaveExploits1References1
CVE
CVE
added 2025/12/17 7:04 p.m.23 views

CVE-2025-66395

CVE-2025-66395 affects ChurchCRM prior to 6.5.3. The vulnerability is a SQL injection in src/ListEvents.php when filtering events by type using the WhichType POST parameter, which is not properly sanitized or type-casted before multiple SQL queries. Any authenticated user, regardless of privilege...

8.8CVSS7.8AI score0.00375EPSS
SaveExploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2025/12/17 12:00 a.m.20 views

PT-2025-51926

Name of the Vulnerable Software and Affected Versions ChurchCRM versions prior to 6.5.3 Description ChurchCRM, an open-source church management system, contains a SQL injection issue. The vulnerability resides in the src/CartToFamily.php file, specifically in the handling of the PersonAddress POS...

8.8CVSS7.7AI score0.00365EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2025/12/17 12:00 a.m.10 views

PT-2025-51940

Name of the Vulnerable Software and Affected Versions ChurchCRM versions prior to 6.5.3 Description ChurchCRM, an open-source church management system, contains a stored cross-site scripting issue. This affects the View Active People, View Inactive people, and View All People pages. Privileged...

9.2CVSS5.9AI score0.00202EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2025/12/17 12:00 a.m.17 views

PT-2025-51869

Name of the Vulnerable Software and Affected Versions ChurchCRM versions prior to 6.5.3 Description ChurchCRM is an open-source church management system. A SQL injection issue exists in the src/UserEditor.php file. When an administrator saves a user’s configuration settings, the keys of the type...

7.2CVSS7.8AI score0.00402EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2025/12/13 12:24 a.m.11 views

SUSE CVE-2025-67724

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers where it could be used for header injection or in HTML in the default error page where it could be used for XSS and can be exploited by...

5.4CVSS6.5AI score0.00235EPSS
SaveExploits0References44
PyPA
PyPA
added 2025/12/12 7:15 a.m.12 views

PYSEC-2025-267

Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The parseparam function in httputil.py is used to parse specific HTTP header values, such as thos...

7.5CVSS7AI score0.00543EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2025/12/12 6:52 a.m.6 views

Excessive Iteration

Overview tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. Affected versions of this package are vulnerable to Excessive Iteration in the parseparam function. An attacker can cause the server to become unresponsive and consume excessive CPU...

8.7CVSS6.8AI score0.00543EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/12 6:15 a.m.16 views

AZL-72374 CVE-2025-67725 affecting package python-tornado 6.3.3-11

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation...

7.5CVSS6.4AI score0.00559EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/12 6:15 a.m.17 views

CVE-2025-67724

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers where it could be used for header injection or in HTML in the default error page where it could be used for XSS and can be exploited by...

6.1CVSS0.00235EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2025/12/12 6:13 a.m.13 views

CVE-2025-67726

Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The parseparam function in httputil.py is used to parse specific HTTP header values, such as thos...

7.5CVSS6.5AI score0.00543EPSS
SaveExploits0
CVE
CVE
added 2025/12/12 5:49 a.m.79 views

CVE-2025-67725

Tornado (Python) vulnerable in versions

7.5CVSS6.3AI score0.00559EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/12/12 5:49 a.m.3 views

CVE-2025-67725 Tornado is Vulnerable to Quadratic DoS via Repeated Header Coalescing

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation...

7.5CVSS6.3AI score0.00559EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/12 5:36 a.m.39 views

CVE-2025-67724 Tornado vulnerable to Header Injection and XSS via reason argument

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers where it could be used for header injection or in HTML in the default error page where it could be used for XSS and can be exploited by...

5.4CVSS0.00235EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/05/23 9:14 a.m.11 views

CVE-2024-23664

A URL redirection to untrusted site 'open redirect' in Fortinet FortiAuthenticator version 6.6.0, version 6.5.3 and below, version 6.4.9 and below may allow an attacker to to redirect users to an arbitrary website via a crafted URL...

6.1CVSS6.7AI score0.00347EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/03 10:15 a.m.6 views

CVE-2024-23664

A URL redirection to untrusted site 'open redirect' in Fortinet FortiAuthenticator version 6.6.0, version 6.5.3 and below, version 6.4.9 and below may allow an attacker to to redirect users to an arbitrary website via a crafted URL...

6.1CVSS5.7AI score0.00347EPSS
SaveExploits0References1
Rows per page
Query Builder