Lucene search
+L

673149 matches found

Cvelist
Cvelist
added 2026/09/03 3:30 p.m.32 views

CVE-2026-85238 Session Fixation in MISP CustomAuth Authentication Allows Session Hijacking

MISP contains a session fixation vulnerability in the CustomAuth authentication a custom configuration flow. When a user was successfully authenticated through CustomAuth, MISP stored the authenticated user identity in the existing session without first rotating the session identifier. As a resul...

7.6CVSS0.00233EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 3:30 p.m.14 views

CVE-2026-85238

MISP contains a session fixation vulnerability in its CustomAuth authentication flow (a custom configuration). The root cause is that __customAuthentication() wrote the authenticated user into the existing CakePHP session without first calling Session->renew(), which had been disabled. An atta...

7.6CVSS5.8AI score0.00233EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/03 3:30 p.m.9 views

EUVD-2026-70532

MISP contains a session fixation vulnerability in the CustomAuth authentication a custom configuration flow. When a user was successfully authenticated through CustomAuth, MISP stored the authenticated user identity in the existing session without first rotating the session identifier. As a resul...

7.6CVSS5.8AI score0.00233EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/03 3:30 p.m.4 views

CVE-2026-85238 Session Fixation in MISP CustomAuth Authentication Allows Session Hijacking

MISP contains a session fixation vulnerability in the CustomAuth authentication a custom configuration flow. When a user was successfully authenticated through CustomAuth, MISP stored the authenticated user identity in the existing session without first rotating the session identifier. As a resul...

7.6CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 3:30 p.m.9 views

EUVD-2026-70531

pymonocypher uses cython to wrap the Monocypher C library. Prior to version 4.0.2.8, the argon2i32 implementation does not check the nbblocks size. If the caller does not provide a sufficiently large buffer based on the API contract, then argon2i32 will write past the end of the buffer and possib...

5.1CVSS6AI score0.00126EPSS
SaveExploits1References3
CVE
CVE
added 2026/09/03 3:30 p.m.33 views

CVE-2026-53720

pymonocypher (Python bindings to the Monocypher C library) is vulnerable to a heap buffer overflow in the argon2i_32 function prior to version 4.0.2.8 . The root cause is a missing validation of the nb_blocks buffer size: if the caller supplies a buffer smaller than required by the API contract, ...

5.1CVSS6AI score0.00126EPSS
SaveExploits1References3
OSV
OSV
added 2026/09/03 3:30 p.m.5 views

CVE-2026-53720 pymonocypher: Potential heap buffer overflow on nb_blocks in argon2i_32 when provided buffer is too small

pymonocypher uses cython to wrap the Monocypher C library. Prior to version 4.0.2.8, the argon2i32 implementation does not check the nbblocks size. If the caller does not provide a sufficiently large buffer based on the API contract, then argon2i32 will write past the end of the buffer and possib...

5.1CVSS5.8AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/09/03 3:30 p.m.7 views

CVE-2026-53720 pymonocypher: Potential heap buffer overflow on nb_blocks in argon2i_32 when provided buffer is too small

pymonocypher uses cython to wrap the Monocypher C library. Prior to version 4.0.2.8, the argon2i32 implementation does not check the nbblocks size. If the caller does not provide a sufficiently large buffer based on the API contract, then argon2i32 will write past the end of the buffer and possib...

5.1CVSS5.5AI score0.00126EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/09/03 3:30 p.m.30 views

CVE-2026-53720 pymonocypher: Potential heap buffer overflow on nb_blocks in argon2i_32 when provided buffer is too small

pymonocypher uses cython to wrap the Monocypher C library. Prior to version 4.0.2.8, the argon2i32 implementation does not check the nbblocks size. If the caller does not provide a sufficiently large buffer based on the API contract, then argon2i32 will write past the end of the buffer and possib...

5.1CVSS0.00126EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/09/03 3:26 p.m.10 views

EUVD-2026-70529

Note Mark is an open-source note-taking application. Prior to version 0.19.5, GET /api/books/bookID/notes is an unauthenticated endpoint that accepts a "deleted" query parameter. When the request is ?deleted=true, the service runs the query with Unscoped bypassing GORM's soft-delete scope but kee...

5.3CVSS7AI score0.00243EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/03 3:26 p.m.4 views

CVE-2026-50554 Note Mark: Unauthenticated disclosure of soft-deleted note metadata via deleted=true on public books in note-mark

Note Mark is an open-source note-taking application. Prior to version 0.19.5, GET /api/books/bookID/notes is an unauthenticated endpoint that accepts a "deleted" query parameter. When the request is ?deleted=true, the service runs the query with Unscoped bypassing GORM's soft-delete scope but kee...

5.3CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/03 3:26 p.m.32 views

CVE-2026-50554 Note Mark: Unauthenticated disclosure of soft-deleted note metadata via deleted=true on public books in note-mark

Note Mark is an open-source note-taking application. Prior to version 0.19.5, GET /api/books/bookID/notes is an unauthenticated endpoint that accepts a "deleted" query parameter. When the request is ?deleted=true, the service runs the query with Unscoped bypassing GORM's soft-delete scope but kee...

5.3CVSS0.00243EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/03 3:26 p.m.32 views

CVE-2026-50554

Note Mark (open-source note-taking application) is vulnerable to unauthenticated disclosure of soft-deleted note metadata prior to v0.19.5 . The unauthenticated GET /api/books/{bookID}/notes endpoint accepts a deleted query parameter; when set to true, the service calls Unscoped() to bypass GORM'...

5.3CVSS7AI score0.00243EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/09/03 3:26 p.m.8 views

CVE-2026-50554 Note Mark: Unauthenticated disclosure of soft-deleted note metadata via deleted=true on public books in note-mark

Note Mark is an open-source note-taking application. Prior to version 0.19.5, GET /api/books/bookID/notes is an unauthenticated endpoint that accepts a "deleted" query parameter. When the request is ?deleted=true, the service runs the query with Unscoped bypassing GORM's soft-delete scope but kee...

5.3CVSS7.5AI score0.00243EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/03 3:22 p.m.12 views

CVE-2026-85237

MISP 's email_otp() endpoint lacked brute-force protection when validating OTP values, allowing an attacker who had passed the primary credential check to submit unlimited OTP guesses while the same OTP remained valid. The risk was compounded because OTPs are bound to the user rather than a singl...

8.6CVSS5.9AI score0.00301EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/03 3:22 p.m.30 views

CVE-2026-85237 Missing Rate Limiting in Email OTP Verification Allows Brute-Force Authentication Bypass

A vulnerability in MISP's email-based one-time password OTP authentication flow allowed an attacker to perform an unrestricted number of OTP verification attempts. The emailotp endpoint did not apply brute-force protection when validating submitted OTP values. An attacker who had reached the OTP...

8.6CVSS0.00301EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/03 3:22 p.m.11 views

CVE-2026-85237 Missing Rate Limiting in Email OTP Verification Allows Brute-Force Authentication Bypass

A vulnerability in MISP's email-based one-time password OTP authentication flow allowed an attacker to perform an unrestricted number of OTP verification attempts. The emailotp endpoint did not apply brute-force protection when validating submitted OTP values. An attacker who had reached the OTP...

8.6CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 3:22 p.m.10 views

EUVD-2026-70528

A vulnerability in MISP's email-based one-time password OTP authentication flow allowed an attacker to perform an unrestricted number of OTP verification attempts. The emailotp endpoint did not apply brute-force protection when validating submitted OTP values. An attacker who had reached the OTP...

8.6CVSS5.9AI score0.00301EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/09/03 3:22 p.m.7 views

CVE-2026-85237 Missing Rate Limiting in Email OTP Verification Allows Brute-Force Authentication Bypass

A vulnerability in MISP's email-based one-time password OTP authentication flow allowed an attacker to perform an unrestricted number of OTP verification attempts. The emailotp endpoint did not apply brute-force protection when validating submitted OTP values. An attacker who had reached the OTP...

8.6CVSS5.2AI score0.00301EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/03 3:22 p.m.0 views

CGA-C5RJ-9WMM-JWX6

Bulletin has no description...

8.7CVSS7.1AI score0.00415EPSS
SaveExploits0References8
Rows per page
Query Builder