Lucene search
+L

598 matches found

OSV
OSV
added 2025/02/24 9:35 a.m.4 views

GHSA-RHVR-6W8C-6V7W Mattermost fails to invalidate all active sessions when converting a user to a bot

Mattermost versions 9.11.x = 9.11.6, 10.4.x = 10.4.1 fail to invalidate all active sessions when converting a user to a bot, with allows the converted user to escalate their privileges depending on the permissions granted to the bot...

3.1CVSS7AI score0.00248EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/02/24 9:35 a.m.17 views

Mattermost fails to invalidate all active sessions when converting a user to a bot

Mattermost versions 9.11.x = 9.11.6, 10.4.x = 10.4.1 fail to invalidate all active sessions when converting a user to a bot, with allows the converted user to escalate their privileges depending on the permissions granted to the bot...

8.8CVSS7AI score0.00248EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/02/24 7:24 a.m.5 views

CVE-2025-1412 Session Persistence After User-to-Bot Conversion

Mattermost versions 9.11.x = 9.11.6, 10.4.x = 10.4.1 fail to invalidate all active sessions when converting a user to a bot, with allows the converted user to escalate their privileges depending on the permissions granted to the bot...

3.1CVSS6AI score
SaveExploits0References3
CNNVD
CNNVD
added 2025/02/24 12:0 a.m.6 views

Mattermost 安全漏洞

Mattermost is an open source collaboration platform from Mattermost, Inc. in the United States. A security vulnerability exists in Mattermost that stems from insufficient session invalidation, leading to elevation of privilege...

8.8CVSS6.4AI score0.00248EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/02/11 10:28 a.m.5 views

CVE-2024-45386

A vulnerability has been identified in SIMATIC PCS neo V4.0 All versions, SIMATIC PCS neo V4.1 All versions V4.1 Update 2, SIMATIC PCS neo V5.0 All versions V5.0 Update 1, SIMOCODE ES V19 All versions V19 Update 1, SIRIUS Safety ES V19 TIA Portal All versions V19 Update 1, SIRIUS Soft Starter ES...

8.8CVSS8.8AI score0.00536EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/02/11 10:28 a.m.12 views

CVE-2024-45386

A vulnerability has been identified in SIMATIC PCS neo V4.0 All versions, SIMATIC PCS neo V4.1 All versions V4.1 Update 2, SIMATIC PCS neo V5.0 All versions V5.0 Update 1, SIMOCODE ES V19 All versions V19 Update 1, SIRIUS Safety ES V19 TIA Portal All versions V19 Update 1, SIRIUS Soft Starter ES...

8.8CVSS0.00536EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/01/08 8:41 a.m.44 views

CVE-2024-45033 Apache Airflow Fab Provider: Application does not invalidate session after password change via Airflow cli

Insufficient Session Expiration vulnerability in Apache Airflow Fab Provider. This issue affects Apache Airflow Fab Provider: before 1.5.2. When user password has been changed with admin CLI, the sessions for that user have not been cleared, leading to insufficient session expiration, thus logged...

0.00954EPSS
SaveExploits0References2
NVD
NVD
added 2025/01/02 4:15 p.m.20 views

CVE-2024-56413

Missing session invalidation after user deletion. The following products are affected: Acronis Cyber Protect 16 Windows before build 39169...

6.1CVSS0.0023EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/01/02 3:26 p.m.22 views

CVE-2024-56413

Missing session invalidation after user deletion. The following products are affected: Acronis Cyber Protect 16 Windows before build 39169...

6.1CVSS0.0023EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/01/02 3:26 p.m.7 views

CVE-2024-56413

Missing session invalidation after user deletion. The following products are affected: Acronis Cyber Protect 16 Windows before build 39169...

6.1CVSS7AI score0.0023EPSS
SaveExploits0References1
CVE
CVE
added 2025/01/02 3:26 p.m.63 views

CVE-2024-56413

The CVE-2024-56413 issue affects Acronis Cyber Protect 16 (Windows) prior to build 39169 and is due to missing session invalidation after a user is deleted. This can leave a deleted user’s session active, creating potential access risks. The PT-2025-3276 entry confirms affected versions and recom...

6.1CVSS7.2AI score0.0023EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/01/02 12:0 a.m.10 views

PT-2025-3276 · Acronis · Acronis Cyber Protect 16

Name of the Vulnerable Software and Affected Versions: Acronis Cyber Protect 16 Windows versions before build 39169 Description: The issue is related to missing session invalidation after a user is deleted. This means that even after a user's account is deleted, their session remains active. The...

7.1CVSS6.9AI score0.0023EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2024/12/25 12:0 a.m.7 views

FreeBSD : kanboard -- Insufficient session invalidation (94b2d58a-c1e9-11ef-aa3f-dcfe074bd614)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 94b2d58a-c1e9-11ef-aa3f-dcfe074bd614 advisory. [email protected] reports: Kanboard is project management software that focuses on the...

6.5CVSS5.7AI score0.00502EPSS
SaveExploits1References3
FreeBSD
FreeBSD
added 2024/12/19 12:0 a.m.12 views

kanboard -- Insufficient session invalidation

[email protected] reports: Kanboard is project management software that focuses on the Kanban methodology. In affected versions sessions are still usable even though their lifetime has exceeded. Kanboard implements a cutom session handler app/Core/Session/SessionHandler.php, to store...

6.5CVSS5.9AI score0.00502EPSS
SaveExploits1References1
CVE
CVE
added 2024/12/18 11:52 p.m.68 views

CVE-2024-55603

CVE-2024-55603 affects Kanboard. Affected versions allow sessions to remain valid after expiry because the custom session handler queries the sessions table without properly validating the expires_at lifetime, enabling a login for expired sessions. The SessionHandlerInterface::gc cleanup runs onl...

6.5CVSS6.5AI score0.00502EPSS
SaveExploits1References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/18 11:52 p.m.8 views

CVE-2024-55603 Insufficient session invalidation in Kanboard

Kanboard is project management software that focuses on the Kanban methodology. In affected versions sessions are still usable even though their lifetime has exceeded. Kanboard implements a cutom session handler app/Core/Session/SessionHandler.php, to store the session data in a database...

6.5CVSS6.8AI score0.00502EPSS
SaveExploits1References8
Cvelist
Cvelist
added 2024/12/18 11:52 p.m.49 views

CVE-2024-55603 Insufficient session invalidation in Kanboard

Kanboard is project management software that focuses on the Kanban methodology. In affected versions sessions are still usable even though their lifetime has exceeded. Kanboard implements a cutom session handler app/Core/Session/SessionHandler.php, to store the session data in a database...

6.5CVSS0.00502EPSS
SaveExploits1References8
Veracode
Veracode
added 2024/12/16 12:38 p.m.16 views

Session Fixation

org.jenkins-ci.plugins, oic-auth is vulnerable to Session Fixation. The vulnerability is due to the plugin failing to invalidate the previous session on login, allowing an attacker to reuse an old session...

8.8CVSS6.7AI score0.00613EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/12/06 6:15 p.m.5 views

CVE-2024-51727

Ruijie Reyee OS versions 2.206.x up to but not including 2.320.x contains a feature that could enable attackers to invalidate a legitimate user's session and cause a denial-of-service attack on a user's account...

7.5CVSS5.7AI score0.00506EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/06 6:15 p.m.33 views

CVE-2024-51727

Ruijie Reyee OS versions 2.206.x up to but not including 2.320.x contains a feature that could enable attackers to invalidate a legitimate user's session and cause a denial-of-service attack on a user's account...

7.5CVSS0.00506EPSS
SaveExploits0References1
Rows per page
Query Builder