Skip to content

Commit

Permalink
adjust some firefox cve version constraints
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Nov 11, 2024
1 parent c35392b commit 5ab0216
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/anchore/2022/CVE-2022-4066.json
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"
}
}
}
38 changes: 38 additions & 0 deletions data/anchore/2024/CVE-2024-0953.json
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"
}
}
}

0 comments on commit 5ab0216

Please sign in to comment.