7.5
CVE-2020-36568
- EPSS 1.46%
- Veröffentlicht 27.12.2022 22:15:11
- Zuletzt bearbeitet 11.04.2025 23:15:26
- Quelle security@golang.org
- CVE-Watchlists
- Unerledigt
Resource exhaustion in github.com/revel/revel
Unsanitized input in the query parser in github.com/revel/revel before v1.0.0 allows remote attackers to cause resource exhaustion via memory allocation.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 1.46% | 0.702 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-770 Allocation of Resources Without Limits or Throttling
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.
https://github.com/revel/revel/commit/d160ecb72207824005b19778594cbdc272e8a605
https://github.com/revel/revel/issues/1424
https://github.com/revel/revel/pull/1427
https://pkg.go.dev/vuln/GO-2020-0003