Lookup for vulnerabilities affecting packages.
| Vulnerability_id | VCID-3h9c-dfvd-g3a4 |
| Summary | Time-of-check Time-of-use (TOCTOU) Race Condition
libcurl can be told to save cookie, HSTS and/or alt-svc data to files. When
doing this, it called `stat()` followed by `fopen()` in a way that made it
vulnerable to a TOCTOU race condition problem.
By exploiting this flaw, an attacker could trick the victim to create or
overwrite protected files holding this data in ways it was not intended to. |
| Aliases |
|
| Fixed_packages |
|
| Affected_packages |
|
| References |
|
| Weaknesses |
| 0 |
| cwe_id |
1035 |
| name |
OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities |
| description |
Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017. |
|
| 1 |
| cwe_id |
367 |
| name |
Time-of-check Time-of-use (TOCTOU) Race Condition |
| description |
The product checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check. This can cause the product to perform invalid actions when the resource is in an unexpected state. |
|
| 2 |
| cwe_id |
937 |
| name |
OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities |
| description |
Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013. |
|
|
| Exploits |
|
| Severity_range_score | 5.5 - 5.5 |
| Exploitability | 0.5 |
| Weighted_severity | 5.0 |
| Risk_score | 2.5 |
| Resource_url | http://public2.vulnerablecode.io/vulnerabilities/VCID-3h9c-dfvd-g3a4 |