Share
## https://sploitus.com/exploit?id=F84C9E5D-AF89-57FA-99D3-412A0F1CAE83
# CVE-2025-54100-BYPASS-
CVE-2025-54100 POC "simple" Bypass Patch
Base Score: 7.8 HIGH

**CVE‑2025‑54100 – Short Summary**

**CVE‑2025‑54100** is a high‑severity vulnerability affecting **Windows PowerShell**.
It is caused by improper input validation that can lead to **command injection**.

An attacker could trick a user into running a specially crafted script or command, allowing the attacker to execute malicious code on the system with the user’s privileges.

**In short:**
A PowerShell flaw that may allow attackers to run malicious commands if a user executes a manipulated script.


https://www.incibe.es/incibe-cert/alerta-temprana/vulnerabilidades/cve-2025-54100
https://nvd.nist.gov/vuln/detail/CVE-2025-54100
This is a simple poc to Bypass CVE-2025-54100 using a batch script
the .bat create a one server in localhost whit the payload to execute, then execute the exploit using Invoke (automatically)