-
Notifications
You must be signed in to change notification settings - Fork 232
Description
The osv.dev advisory for CVE-2021-35940.json lists apr-1.6.3
and apr-1.6.5
as vulnerable, but they are not vulnerable because they were fixed by CVE-2017-12613
.
Explanation
Based on information from this patch: https://dist.apache.org/repos/dist/release/apr/patches/apr-1.7.0-CVE-2021-35940.patch
CVE-2021-35940 is actually the same issue as CVE-2017-12613. However, because this issue regressed in apr-1.7.0
, a new CVE-ID was assigned.
However, the above patch mentions that CVE-2017-12613
was fixed in apr-1.6.3
and later, which means that apr-1.6.3
and apr-1.6.5
are not vulnerable.
I'm not sure what the solution to this is, but maybe it's adding a fixed attribute for 1.6.3
and an alias of CVE-2017-12613
, depending on how the logic computes vulnerable versions.