VTENEXT 25.02 – a three-way path to RCE#1340
Merged
carlospolop merged 3 commits intomasterfrom Aug 26, 2025
Merged
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://blog.sicuranext.com/vtenext-25-02-a-three-way-path-to-rce/ Content Categories: Based on the analysis, this content was categorized under "Generic Hacking -> Web Exploitation (new): CSRF method tampering, XSS-to-session hijack, column/tablename SQLi with subqueries, LFI->RCE via pearcmd.php". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
8ebc99b to
6a82912
Compare
Collaborator
Author
|
merge |
github-actions Bot
pushed a commit
that referenced
this pull request
Aug 26, 2025
…a_three-way_path_to_RCE_20250826_125221 VTENEXT 25.02 – a three-way path to RCE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
VTENEXT CRM (vtenext) – 25.02 and below
Tested on: 20.04, 24.02, 25.02, 25.02.1
Severity: Critical
Impact: Authentication bypass → Account takeover → RCE
Patch status (as of late July–August 2025)
Version 25.02.1 (released ~July 24, 2025) silently patched the pre‑auth arbitrary password reset (Vector #3). The XSS-driven chains (Vectors #1–#2), the SQLi, and LFIs remain exploitable per the author’s tests; ...
🔧 Technical Details
Convert POST-only XSS to GET XSS by abusing CSRF checks: If CSRF validation runs only for POST (e.g.,
if ($_SERVER['REQUEST_METHOD'] !== 'POST') return true;), reissue the same request as GET without a token. When the endpoint reflects unescaped input and replies astext/html, script execution occurs without CSRF.Steal HttpOnly sessions via server-side disclosure endpoints: When an internal page (e.g., a mobile/touch endpoint) prints the session ...
🤖 Agent Actions
Updates implemented. Summary of actions and rationale:
What I added from the blog (techniques abstracted and integrated into existing HackTricks pages):
✅ Review Checklist
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
📚 Repository Maintenance
All .md files have been checked for proper formatting (headers, includes, etc.).