Lucene search
+L

2499 matches found

OSV
OSV
added 2026/08/24 7:20 p.m.17 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
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in OVN

A flaw was discovered in Open Virtual Network, where the service monitor MAC does not properly implement rate limiting. This issue could allow an attacker to cause a denial of service, even in deployments with CoPP enabled and properly configured...

5.3CVSS6.4AI score0.00994EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/24 8:47 a.m.17 views

EUVD-2026-64756

The HTTP media server on DJI drones does not enforce sufficient limits on incoming connections or request rates. An attacker with access to the drone's internal network can exhaust the server's connection pool by repeatedly requesting a stored media file, preventing the server from handling...

6CVSS5.5AI score0.00164EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2026/08/24 12:00 a.m.20 views

The vulnerability in the `src/phpMyFAQ/Controller/Frontend/AuthenticationController.php` file of the phpMyFAQ web application allows a violator to compromise the confidentiality and integrity of the protected information.

The vulnerability of the src/phpMyFAQ/Controller/Frontend/AuthenticationController.php file in the phpMyFAQ web application is related to insufficient limits on authentication attempts. Exploiting this vulnerability could allow an attacker to compromise the confidentiality and integrity of the...

7.4CVSS5.5AI score0.00332EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2026/08/20 4:16 p.m.31 views

CVE-2026-69183

Monkeytype (a typing test application) versions 26.26.0 and earlier contain a rate-limit bypass in the backend key generator (backend/src/middlewares/rate-limit.ts). The generator prioritizes client-controlled cf-connecting-ip and x-forwarded-for headers over the trust-proxy-derived req.ip, allow...

7.5CVSS5.5AI score0.00274EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.22 views

PT-2026-79066

Monkeytype is a minimalistic and customizable typing test. In 26.26.0 and earlier, the backend rate-limit key generator in backend/src/middlewares/rate-limit.ts uses client-controlled cf-connecting-ip and x-forwarded-for headers before the trust-proxy-derived req.ip value. An unauthenticated...

7.5CVSS5.5AI score0.00274EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/19 9:16 p.m.18 views

CVE-2026-54738

Lemmy is a link aggregator and forum for the fediverse. Prior to 0.19.19 and 1.0.0-beta.1, actix-web ConnectionInfo::realipremoteaddr reads the first value of X-Forwarded-For as the client address used by rawipkey in crates/utils/src/ratelimit/mod.rs. Lemmy's bundled docker/nginx.conf uses...

6.5CVSS0.00428EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/19 6:13 p.m.38 views

CVE-2026-49870 Snipe-IT: TOTP Brute-Forceable Due to Missing Rate Limiting on `POST /two-factor`

Snipe-IT is an IT asset/license management system. Prior to 8.6.1, POST /two-factor has no rate limiting, lockout, or attempt counter, allowing an attacker with valid credentials to submit unlimited TOTP guesses against the three accepted codes created by config/google2fa.php window=1. A successf...

5.9CVSS0.00313EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 6:13 p.m.42 views

CVE-2026-49870

In Snipe-IT before v8.6.0, the POST /two-factor endpoint lacked rate limiting, lockout, or attempt counters, allowing an attacker with valid credentials to brute-force TOTP codes (3 of 1,000,000 accepted due to window=1). A successful guess grants a full authenticated session. In optional 2FA mod...

5.9CVSS5.4AI score0.00313EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 6:13 p.m.20 views

CVE-2026-49870 Snipe-IT: TOTP Brute-Forceable Due to Missing Rate Limiting on `POST /two-factor`

Snipe-IT is an IT asset/license management system. Prior to 8.6.1, POST /two-factor has no rate limiting, lockout, or attempt counter, allowing an attacker with valid credentials to submit unlimited TOTP guesses against the three accepted codes created by config/google2fa.php window=1. A successf...

5.9CVSS5.5AI score
SaveExploits0References6
NVD
NVD
added 2026/08/18 8:17 p.m.9 views

CVE-2026-73529

Plainpad through 1.1.1, fixed in commit d3823fc, contains a missing rate limiting vulnerability that allows unauthenticated attackers to send unbounded login requests to the POST /v1/sessions endpoint due to dead code in App\Http\Kernel.php that is never instantiated under the Laravel 11+ skeleto...

6.9CVSS0.00298EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/18 7:10 p.m.11 views

EUVD-2026-61159

Plainpad through 1.1.1, fixed in commit d3823fc, contains a missing rate limiting vulnerability that allows unauthenticated attackers to send unbounded login requests to the POST /v1/sessions endpoint due to dead code in App\Http\Kernel.php that is never instantiated under the Laravel 11+ skeleto...

6.9CVSS5.6AI score0.00298EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 7:10 p.m.27 views

CVE-2026-73529

Plainpad (≤1.1.1) has dead code in App\Http\Kernel.php under the Laravel 11+ skeleton, leaving the throttle config unattached to POST /v1/sessions, allowing unlimited unauthenticated credential attempts and CPU exhaustion via bcrypt comparisons. Fixed in commit d3823fc595b5d8f842a6fd7dfe49b7852a1...

6.9CVSS5.5AI score0.00298EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/18 7:10 p.m.19 views

CVE-2026-73529 Plainpad Missing Rate Limiting via POST /v1/sessions

Plainpad through 1.1.1, fixed in commit d3823fc, contains a missing rate limiting vulnerability that allows unauthenticated attackers to send unbounded login requests to the POST /v1/sessions endpoint due to dead code in App\Http\Kernel.php that is never instantiated under the Laravel 11+ skeleto...

6.9CVSS5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/18 7:10 p.m.26 views

CVE-2026-73529 Plainpad Missing Rate Limiting via POST /v1/sessions

Plainpad through 1.1.1, fixed in commit d3823fc, contains a missing rate limiting vulnerability that allows unauthenticated attackers to send unbounded login requests to the POST /v1/sessions endpoint due to dead code in App\Http\Kernel.php that is never instantiated under the Laravel 11+ skeleto...

6.9CVSS0.00298EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/18 4:54 p.m.11 views

CVE-2026-72815

A flaw was found in the go-chi chi RealIP middleware. This vulnerability allows a remote attacker to spoof their IP address by manipulating the X-Forwarded-For HTTP header. By exploiting this, an attacker can bypass IP-based access control lists and rate-limiting mechanisms, and forge log entries...

6.9CVSS5.5AI score0.00397EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.10 views

CVE-2026-72816

A flaw was found in the go-chi/chi RealIP middleware. This vulnerability allows a remote attacker to perform IP spoofing by supplying arbitrary IP addresses in client-controlled headers. This can lead to bypassing IP-based access controls, evading rate limiting and geo-IP restrictions, and...

6.9CVSS5.6AI score0.00219EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/18 11:00 a.m.10 views

EUVD-2026-60580

A vulnerability was found in karakeep-app karakeep up to 0.32.0. The affected element is the function authorize of the file apps/web/server/auth.ts of the component Login Endpoint. The manipulation results in improper restriction of excessive authentication attempts. The attack may be performed...

6.3CVSS4.7AI score0.00524EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/18 12:00 a.m.19 views

PT-2026-76925

Name of the Vulnerable Software and Affected Versions karakeep-app karakeep versions prior to 0.33.0 Description An issue exists in the Login Endpoint within the authorize function of the apps/web/server/auth.ts file. This flaw allows for improper restriction of excessive authentication attempts,...

6.3CVSS5.2AI score0.00524EPSS
SaveExploits0References15
CVE
CVE
added 2026/08/17 11:04 a.m.28 views

CVE-2026-74868

SiYuan before 3.7.4 has an unthrottled brute-force flaw in PublishServiceTransport.RoundTrip() (kernel/server/proxy/publish.go), where the Publish Service (default TCP 6808) applies Basic Auth with no rate limiting, lockout, or backoff, letting unauthenticated remote attackers guess passwords aga...

8.7CVSS5.5AI score0.00375EPSS
SaveExploits0References2
Rows per page
Query Builder