Security Vulnerability Report
中文
CVE-2026-1726 CVSS 4.8 MEDIUM

CVE-2026-1726

Published: 2026-04-23 00:16:45
Last Modified: 2026-04-27 18:21:15

Description

IBM Guardium Key Lifecycle Manager 4.1, 4.1.1, 4.2, 4.2.1, 5.0, and 5.1

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:ibm:guardium_key_lifecycle_manager:4.1.0:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:ibm:guardium_key_lifecycle_manager:4.1.1:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:ibm:guardium_key_lifecycle_manager:4.2.0:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:ibm:guardium_key_lifecycle_manager:4.2.1:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:ibm:guardium_key_lifecycle_manager:5.0.0:*:*:*:*:*:*:* - VULNERABLE
4.1
4.1.1
4.2
4.2.1
5.0
5.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests target = 'http://target:port/api/vulnerable_path' try: r = requests.get(target, timeout=5) if r.status_code == 200: print('Vulnerable:', r.text) except Exception as e: print(e)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-1726", "sourceIdentifier": "[email protected]", "published": "2026-04-23T00:16:44.920", "lastModified": "2026-04-27T18:21:15.340", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "IBM Guardium Key Lifecycle Manager 4.1, 4.1.1, 4.2, 4.2.1, 5.0, and 5.1"}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N", "baseScore": 4.8, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.2, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-269"}]}, {"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "NVD-CWE-noinfo"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:ibm:guardium_key_lifecycle_manager:4.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "796C9A46-DCFE-466D-87FB-F913F77137A5"}, {"vulnerable": true, "criteria": "cpe:2.3:a:ibm:guardium_key_lifecycle_manager:4.1.1:*:*:*:*:*:*:*", "matchCriteriaId": "29E1BF84-3EB5-47F2-A49B-A6519F8439AC"}, {"vulnerable": true, "criteria": "cpe:2.3:a:ibm:guardium_key_lifecycle_manager:4.2.0:*:*:*:*:*:*:*", "matchCriteriaId": "164E9640-8B3B-4530-B87F-FCAA42D92163"}, {"vulnerable": true, "criteria": "cpe:2.3:a:ibm:guardium_key_lifecycle_manager:4.2.1:*:*:*:*:*:*:*", "matchCriteriaId": "58B08592-B603-42F5-9E64-6ABBDAA55045"}, {"vulnerable": true, "criteria": "cpe:2.3:a:ibm:guardium_key_lifecycle_manager:5.0.0:*:*:*:*:*:*:*", "matchCriteriaId": "F154D82B-C124-439C-870D-8956686461B3"}, {"vulnerable": true, "criteria": "cpe:2.3:a:ibm:guardium_key_lifecycle_manager:5.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "5CD71532-C852-4E47-BA23-1DA5388E95E0"}]}]}], "references": [{"url": "https://www.ibm.com/support/pages/node/7268697", "source": "[email protected]", "tags": ["Patch", "Vendor Advisory"]}]}}