-
-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4378 from nscuro/backport-pr-4339
- Loading branch information
Showing
3 changed files
with
211 additions
and
1 deletion.
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
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
186 changes: 186 additions & 0 deletions
186
src/test/resources/unit/nvd/api/jsons/cve-2024-23113.json
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,186 @@ | ||
{ | ||
"resultsPerPage": 1, | ||
"startIndex": 0, | ||
"totalResults": 1, | ||
"format": "NVD_CVE", | ||
"version": "2.0", | ||
"timestamp": "2024-10-29T10:38:07.247", | ||
"vulnerabilities": [ | ||
{ | ||
"cve": { | ||
"id": "CVE-2024-23113", | ||
"sourceIdentifier": "[email protected]", | ||
"published": "2024-02-15T14:15:46.503", | ||
"lastModified": "2024-10-10T01:00:01.433", | ||
"vulnStatus": "Analyzed", | ||
"cveTags": [], | ||
"cisaExploitAdd": "2024-10-09", | ||
"cisaActionDue": "2024-10-30", | ||
"cisaRequiredAction": "Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.", | ||
"cisaVulnerabilityName": "Fortinet Multiple Products Format String Vulnerability", | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "A use of externally-controlled format string in Fortinet FortiOS versions 7.4.0 through 7.4.2, 7.2.0 through 7.2.6, 7.0.0 through 7.0.13, FortiProxy versions 7.4.0 through 7.4.2, 7.2.0 through 7.2.8, 7.0.0 through 7.0.14, FortiPAM versions 1.2.0, 1.1.0 through 1.1.2, 1.0.0 through 1.0.3, FortiSwitchManager versions 7.2.0 through 7.2.3, 7.0.0 through 7.0.3 allows attacker to execute unauthorized code or commands via specially crafted packets." | ||
}, | ||
{ | ||
"lang": "es", | ||
"value": "Un uso de cadena de formato controlada externamente en Fortinet FortiOS versiones 7.4.0 a 7.4.2, 7.2.0 a 7.2.6, 7.0.0 a 7.0.13, FortiProxy versiones 7.4.0 a 7.4.2, 7.2.0 a 7.2.8, 7.0.0 a 7.0.14, versiones de FortiPAM 1.2.0, 1.1.0 a 1.1.2, 1.0.0 a 1.0.3, versiones de FortiSwitchManager 7.2.0 a 7.2.3, 7.0.0 a 7.0. 3 permite al atacante ejecutar código o comandos no autorizados a través de paquetes especialmente manipulados." | ||
} | ||
], | ||
"metrics": { | ||
"cvssMetricV31": [ | ||
{ | ||
"source": "[email protected]", | ||
"type": "Primary", | ||
"cvssData": { | ||
"version": "3.1", | ||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", | ||
"attackVector": "NETWORK", | ||
"attackComplexity": "LOW", | ||
"privilegesRequired": "NONE", | ||
"userInteraction": "NONE", | ||
"scope": "UNCHANGED", | ||
"confidentialityImpact": "HIGH", | ||
"integrityImpact": "HIGH", | ||
"availabilityImpact": "HIGH", | ||
"baseScore": 9.8, | ||
"baseSeverity": "CRITICAL" | ||
}, | ||
"exploitabilityScore": 3.9, | ||
"impactScore": 5.9 | ||
}, | ||
{ | ||
"source": "[email protected]", | ||
"type": "Secondary", | ||
"cvssData": { | ||
"version": "3.1", | ||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", | ||
"attackVector": "NETWORK", | ||
"attackComplexity": "LOW", | ||
"privilegesRequired": "NONE", | ||
"userInteraction": "NONE", | ||
"scope": "UNCHANGED", | ||
"confidentialityImpact": "HIGH", | ||
"integrityImpact": "HIGH", | ||
"availabilityImpact": "HIGH", | ||
"baseScore": 9.8, | ||
"baseSeverity": "CRITICAL" | ||
}, | ||
"exploitabilityScore": 3.9, | ||
"impactScore": 5.9 | ||
} | ||
] | ||
}, | ||
"weaknesses": [ | ||
{ | ||
"source": "[email protected]", | ||
"type": "Primary", | ||
"description": [ | ||
{ | ||
"lang": "en", | ||
"value": "CWE-134" | ||
} | ||
] | ||
} | ||
], | ||
"configurations": [ | ||
{ | ||
"nodes": [ | ||
{ | ||
"operator": "OR", | ||
"negate": false, | ||
"cpeMatch": [ | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:a:fortinet:fortiproxy:*:*:*:*:*:*:*:*", | ||
"versionStartIncluding": "7.0.0", | ||
"versionEndIncluding": "7.0.14", | ||
"matchCriteriaId": "94C6FBEA-B8B8-4A92-9CAF-F4A125577C3C" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:a:fortinet:fortiproxy:*:*:*:*:*:*:*:*", | ||
"versionStartIncluding": "7.2.0", | ||
"versionEndIncluding": "7.2.8", | ||
"matchCriteriaId": "406F8C48-85CE-46AF-BE5C-0ED9E3E16A39" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:a:fortinet:fortiproxy:*:*:*:*:*:*:*:*", | ||
"versionStartIncluding": "7.4.0", | ||
"versionEndIncluding": "7.4.2", | ||
"matchCriteriaId": "A8DD8789-6485-49E6-92D3-74004D9B6E9B" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:a:fortinet:fortiswitchmanager:*:*:*:*:*:*:*:*", | ||
"versionStartIncluding": "7.0.0", | ||
"versionEndIncluding": "7.0.3", | ||
"matchCriteriaId": "CF2B9FD3-9581-465E-A5E1-A1BCEFB0DFA3" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:a:fortinet:fortiswitchmanager:*:*:*:*:*:*:*:*", | ||
"versionStartIncluding": "7.2.0", | ||
"versionEndIncluding": "7.2.3", | ||
"matchCriteriaId": "094185B2-8DC1-46C2-B160-31BEEFDB2CC7" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:o:fortinet:fortios:*:*:*:*:*:*:*:*", | ||
"versionStartIncluding": "7.0.0", | ||
"versionEndIncluding": "7.0.13", | ||
"matchCriteriaId": "DF27CA2F-3F4C-4CCB-B832-0E792673C429" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:o:fortinet:fortios:*:*:*:*:*:*:*:*", | ||
"versionStartIncluding": "7.2.0", | ||
"versionEndIncluding": "7.2.6", | ||
"matchCriteriaId": "24D09A92-81EC-4003-B017-C67FC739EEBF" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:o:fortinet:fortios:*:*:*:*:*:*:*:*", | ||
"versionStartIncluding": "7.4.0", | ||
"versionEndIncluding": "7.4.2", | ||
"matchCriteriaId": "49C323D0-5B01-4DB2-AB98-7113D8E607B6" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:o:fortinet:fortipam:*:*:*:*:*:*:*:*", | ||
"versionStartIncluding": "1.0.0", | ||
"versionEndIncluding": "1.0.3", | ||
"matchCriteriaId": "3BA2C6ED-2765-4B56-9B37-10C50BD32C75" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:o:fortinet:fortipam:*:*:*:*:*:*:*:*", | ||
"versionStartIncluding": "1.1.0", | ||
"versionEndIncluding": "1.1.2", | ||
"matchCriteriaId": "D0060F1F-527F-4E91-A59F-F3141977CB7A" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:o:fortinet:fortipam:1.2.0:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "6D0927D1-F469-4344-B4C9-3190645F5899" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"url": "https://fortiguard.com/psirt/FG-IR-24-029", | ||
"source": "[email protected]", | ||
"tags": [ | ||
"Vendor Advisory" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |