Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

N0Npax

#19417of 53,633
13.6Total CVSS
Vulnerabilities · 2
Medium
1
High
1
PT-2021-19283
7.5
2021-04-15
Dio · Dio · CVE-2021-31402
**Name of the Vulnerable Software and Affected Versions** dio package versions prior to 5.0.0 **Description** The issue allows CRLF injection if the attacker controls the HTTP method string. This is a different issue than previously identified problems. **Recommendations** For dio package versions prior to 5.0.0, update to version 5.0.0 or later to resolve the issue.
PT-2020-17383
6.1
2020-12-24
Dart · Http Package · CVE-2020-35669
**Name of the Vulnerable Software and Affected Versions** http package versions 0.12.2 and earlier http package versions prior to 0.13.3 **Description** An issue was discovered in the http package for Dart. If the attacker controls the HTTP method and the app is using Request directly, it's possible to achieve CRLF injection in an HTTP request via HTTP header injection. **Recommendations** For versions 0.12.2 and earlier, update to version 0.13.3 or later to address the issue. For versions prior to 0.13.3, update to version 0.13.3 or later to address the issue. As a temporary workaround, consider validating request methods to prevent CRLF injection in HTTP requests.