-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust some firefox cve version constraints
Signed-off-by: Weston Steimel <[email protected]>
- Loading branch information
1 parent
c35392b
commit 5ab0216
Showing
2 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"additionalMetadata": { | ||
"cna": "vuldb", | ||
"cveId": "CVE-2022-4066", | ||
"description": "A vulnerability was found in davidmoreno onion. It has been rated as problematic. Affected by this issue is the function onion_response_flush of the file src/onion/response.c of the component Log Handler. The manipulation leads to allocation of resources. The name of the patch is de8ea938342b36c28024fd8393ebc27b8442a161. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-214028.", | ||
"reason": "Remove Firefox as affected product", | ||
"references": [ | ||
"https://github.com/davidmoreno/onion/commit/de8ea938342b36c28024fd8393ebc27b8442a161", | ||
"https://github.com/davidmoreno/onion/pull/308", | ||
"https://vuldb.com/?id.214028" | ||
] | ||
}, | ||
"adp": { | ||
"affected": [ | ||
{ | ||
"cpes": [ | ||
"cpe:2.3:a:onion_project:onion:*:*:*:*:*:*:*:*" | ||
], | ||
"product": "onion", | ||
"vendor": "davidmoreno", | ||
"versions": [ | ||
{ | ||
"lessThan": "2022-09-05", | ||
"status": "affected", | ||
"version": "0", | ||
"versionType": "custom" | ||
} | ||
] | ||
} | ||
], | ||
"providerMetadata": { | ||
"orgId": "00000000-0000-4000-8000-000000000000", | ||
"shortName": "anchoreadp" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"additionalMetadata": { | ||
"cna": "mozilla", | ||
"cveId": "CVE-2024-0953", | ||
"description": "When a user scans a QR Code with the QR Code Scanner feature, the user is not prompted before being navigated to the page specified in the code. This may surprise the user and potentially direct them to unwanted content. This vulnerability affects Firefox for iOS < 129.", | ||
"reason": "Add affected ranges", | ||
"references": [ | ||
"https://bugzilla.mozilla.org/show_bug.cgi?id=1837916", | ||
"https://www.mozilla.org/security/advisories/mfsa2024-36/" | ||
] | ||
}, | ||
"adp": { | ||
"affected": [ | ||
{ | ||
"cpes": [ | ||
"cpe:2.3:a:mozilla:firefox:*:*:*:*:*:iphone_os:*:*" | ||
], | ||
"platforms": [ | ||
"iOS" | ||
], | ||
"product": "Firefox for iOS", | ||
"vendor": "Mozilla", | ||
"versions": [ | ||
{ | ||
"lessThan": "129", | ||
"status": "affected", | ||
"version": "0", | ||
"versionType": "custom" | ||
} | ||
] | ||
} | ||
], | ||
"providerMetadata": { | ||
"orgId": "00000000-0000-4000-8000-000000000000", | ||
"shortName": "anchoreadp" | ||
} | ||
} | ||
} |