Lucene search
+L

514666 matches found

CVE
CVE
added 2026/08/24 7:28 p.m.11 views

CVE-2026-78553

RansomLook stored its Flask session-signing key in a secret_key file with default file permissions (e.g., 0644 under a common 022 umask) rather than explicitly restricting access. Any local user able to read the RansomLook home directory could obtain this cryptographic secret, which is used to si...

7CVSS5.3AI score0.00135EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/24 7:28 p.m.31 views

CVE-2026-78553 Insecure Flask Secret-Key File Permissions Allow Local Administrator Session Forgery in RansomLook

RansomLook created its Flask session-signing key without explicitly restricting the file permissions. The secretkey file was created using the process's default permissions and umask, resulting in permissions such as 0644 under a common 022 umask. Consequently, other local users able to access th...

7CVSS0.00135EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/24 7:28 p.m.5 views

CVE-2026-78553 Insecure Flask Secret-Key File Permissions Allow Local Administrator Session Forgery in RansomLook

RansomLook created its Flask session-signing key without explicitly restricting the file permissions. The secretkey file was created using the process's default permissions and umask, resulting in permissions such as 0644 under a common 022 umask. Consequently, other local users able to access th...

7CVSS5.3AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/24 7:28 p.m.16 views

CVE-2026-78553 Insecure Flask Secret-Key File Permissions Allow Local Administrator Session Forgery in RansomLook

RansomLook created its Flask session-signing key without explicitly restricting the file permissions. The secretkey file was created using the process's default permissions and umask, resulting in permissions such as 0644 under a common 022 umask. Consequently, other local users able to access th...

7CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/24 7:28 p.m.10 views

EUVD-2026-65089

RansomLook created its Flask session-signing key without explicitly restricting the file permissions. The secretkey file was created using the process's default permissions and umask, resulting in permissions such as 0644 under a common 022 umask. Consequently, other local users able to access th...

7CVSS5.4AI score0.00135EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/24 7:23 p.m.31 views

CVE-2026-77923 Dolibarr 21.0.0 < 24.0.0 Authorization Bypass via clonetasks Mass Action

Dolibarr 21.0.0 before 24.0.0 contains an authorization bypass vulnerability caused by an inverted boolean condition in the private-project membership check within the clonetasks mass action handler in htdocs/core/actionsmassactions.inc.php. Authenticated users with project creation permission bu...

5.3CVSS0.00208EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/24 7:23 p.m.6 views

CVE-2026-77923 Dolibarr 21.0.0 < 24.0.0 Authorization Bypass via clonetasks Mass Action

Dolibarr 21.0.0 before 24.0.0 contains an authorization bypass vulnerability caused by an inverted boolean condition in the private-project membership check within the clonetasks mass action handler in htdocs/core/actionsmassactions.inc.php. Authenticated users with project creation permission bu...

5.3CVSS5.4AI score0.00208EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/24 7:23 p.m.15 views

CVE-2026-77923

Dolibarr versions 21.0.0 through 24.0.0 (exclusive) contain an authorization bypass in the clonetasks mass action handler (htdocs/core/actions_massactions.inc.php). An inverted boolean condition (!in_array()) in the private-project membership check allows any authenticated user with project creat...

5.3CVSS5.2AI score0.00208EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/24 7:23 p.m.8 views

CVE-2026-77923 Dolibarr 21.0.0 < 24.0.0 Authorization Bypass via clonetasks Mass Action

Dolibarr 21.0.0 before 24.0.0 contains an authorization bypass vulnerability caused by an inverted boolean condition in the private-project membership check within the clonetasks mass action handler in htdocs/core/actionsmassactions.inc.php. Authenticated users with project creation permission bu...

5.3CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/24 7:23 p.m.10 views

EUVD-2026-65087

Dolibarr 21.0.0 before 24.0.0 contains an authorization bypass vulnerability caused by an inverted boolean condition in the private-project membership check within the clonetasks mass action handler in htdocs/core/actionsmassactions.inc.php. Authenticated users with project creation permission bu...

5.3CVSS5.4AI score0.00208EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/24 7:20 p.m.8 views

GHSA-XM98-3VCF-FPH7 mcp-contextforge-gateway has RestrictedPython sandbox bypass via getattr builtin in python_sandbox_server

Commit: f855e54d5b7bc1c91b977574a03b91eff6b86bb6 Component: mcp-servers/python/pythonsandboxserver/src/pythonsandboxserver/serverfastmcp.py Vulnerability RestrictedPython's sandbox in ContextForge's pythonsandboxserver sub-project allows arbitrary Python execution via three compounding weaknesses...

10CVSS6.3AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/24 7:20 p.m.10 views

EUVD-2026-65085

RansomLook contains multiple weaknesses in its authentication endpoint that allow an unauthenticated remote attacker to enumerate valid usernames, perform unrestricted password-guessing attacks, and potentially exhaust application worker resources. For local authentication, the login implementati...

8.8CVSS5.6AI score0.00405EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/24 7:20 p.m.15 views

CVE-2026-78551

RansomLook 's /login endpoint contained two distinct authentication weaknesses exploitable by an unauthenticated remote attacker. First, a timing-based username enumeration was possible because the password hash verification function was only invoked for existing accounts, producing measurably di...

8.8CVSS5.4AI score0.00405EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/24 7:20 p.m.8 views

CVE-2026-78551 RansomLook Login Endpoint Allows Timing-Based Username Enumeration and Unthrottled Authentication Attempts

RansomLook contains multiple weaknesses in its authentication endpoint that allow an unauthenticated remote attacker to enumerate valid usernames, perform unrestricted password-guessing attacks, and potentially exhaust application worker resources. For local authentication, the login implementati...

8.8CVSS5.4AI score0.00405EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/24 7:20 p.m.10 views

CVE-2026-78551 RansomLook Login Endpoint Allows Timing-Based Username Enumeration and Unthrottled Authentication Attempts

RansomLook contains multiple weaknesses in its authentication endpoint that allow an unauthenticated remote attacker to enumerate valid usernames, perform unrestricted password-guessing attacks, and potentially exhaust application worker resources. For local authentication, the login implementati...

8.8CVSS5.7AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/24 7:20 p.m.32 views

CVE-2026-78551 RansomLook Login Endpoint Allows Timing-Based Username Enumeration and Unthrottled Authentication Attempts

RansomLook contains multiple weaknesses in its authentication endpoint that allow an unauthenticated remote attacker to enumerate valid usernames, perform unrestricted password-guessing attacks, and potentially exhaust application worker resources. For local authentication, the login implementati...

8.8CVSS0.00405EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/24 7:16 p.m.9 views

CVE-2026-75371

An integer handling flaw in the cobsdecode function of SpaceDot AcubeSAT OBC software commit eaf90ec allows physically-proximate attackers with UART access to cause a Denial of Service DoS via a crafted input...

7.5CVSS0.00324EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/24 7:16 p.m.7 views

CVE-2026-75370

An out-of-bounds read/write vulnerability in the MessageParser::parseECSSTCHeader component of SpaceDot AcubeSAT OBC software commit eaf90ec allows attackers to cause a Denial of Service DoS via supplying a crafted CAN message...

6.5CVSS0.00245EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/24 7:16 p.m.8 views

CVE-2026-71509

Dolibarr before 24.0.0 contains an improper authorization vulnerability in the expense report REST API update endpoint that allows authenticated attackers with expense-creation rights to bypass the approval workflow by directly setting approval status and approver identity fields. Attackers can...

7.1CVSS0.0024EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/24 7:16 p.m.7 views

CVE-2026-71508

Dolibarr before 24.0.0 contains an improper authorization vulnerability in the user REST API update endpoint that allows attackers with user-write rights to modify payroll fields by exploiting an incomplete credential denylist that omits payroll columns. Attackers can rewrite salary, bonus, hourl...

7.1CVSS0.0022EPSS
SaveExploits0References4
Rows per page
Query Builder