Skip to content

Local AI for Cyber Security Finding phpIPAM LFI and myVesta ...#2441

Open
carlospolop wants to merge 1 commit into
masterfrom
update_Local_AI_for_Cyber_Security_Finding_phpIPAM_LFI__c689ca810e2a762e
Open

Local AI for Cyber Security Finding phpIPAM LFI and myVesta ...#2441
carlospolop wants to merge 1 commit into
masterfrom
update_Local_AI_for_Cyber_Security_Finding_phpIPAM_LFI__c689ca810e2a762e

Conversation

@carlospolop

Copy link
Copy Markdown
Collaborator

🤖 Automated Content Update

This PR was automatically generated by the HackTricks News Bot based on a technical blog post.

📝 Source Information

  • Blog URL: https://projectblack.io/blog/local-ai-for-cyber-security
  • Blog Title: Local AI for Cyber Security: Finding phpIPAM LFI and myVesta Authenticated RCE
  • Suggested Section: AI Security > AI Assisted Fuzzing And Vulnerability Discovery; also cross-reference Pentesting Web > File Inclusion/Path traversal and Pentesting Web > Command Injection / PHP Tricks

🎯 Content Summary

The blog evaluates whether local AI-assisted code review can reliably find real vulnerabilities. The author benchmarks four approaches against a known phpIPAM authenticated Local File Inclusion issue, then applies the most successful approach to myVesta and discovers an authenticated Remote Code Execution vulnerability.


1. Benchmark vulnerability: phpIPAM authenticated LFI / arbitrary PHP include - CVE-2026-12194


The benchmark issue is a classic authenticated PHP Local...

🔧 Technical Details

Authenticated PHP Local File Inclusion through dynamic controller dispatch: If a PHP application derives a controller name from request-controlled data and concatenates it into require_once(), include(), or similar PHP include functions without allowlisting and path canonicalisation, an attacker can often use traversal sequences such as ../ to make the application include an unintended PHP file. The phpIPAM case is a representative pattern: the controller value can come from $_GET, $_POST, JSON, or XML request bodies and flows directly into require_once(). If the attacker can cause the path to resolve to a readable .php file, PHP will parse and execute it in the web application context. If the attacker can also plant a PHP file, for example one containing phpinfo(); or another payload, the LFI becomes code execution.


Authenticated command injection through acc...

🤖 Agent Actions

Continuation acknowledged.

Status:

  • Plan re-initialized as requested.
  • I am keeping the run on the current single-file update path.
  • I am not providing the final answer yet.

Current working state remains:

  • Modified file: src/AI/AI-Assisted-Fuzzing-and-Vulnerability-Discovery.md
  • No additional justified edits identified so far
  • Run is being kept ready for final reporting when requested

This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.

@carlospolop

Copy link
Copy Markdown
Collaborator Author

🔗 Additional Context

Original Blog Post: https://projectblack.io/blog/local-ai-for-cyber-security

Content Categories: Based on the analysis, this content was categorized under "AI Security > AI Assisted Fuzzing And Vulnerability Discovery; also cross-reference Pentesting Web > File Inclusion/Path traversal and Pentesting Web > Command Injection / PHP Tricks".

Repository Maintenance:

  • MD Files Formatting: 981 files processed

Review Notes:

  • This content was automatically processed and may require human review for accuracy
  • Check that the placement within the repository structure is appropriate
  • Verify that all technical details are correct and up-to-date
  • All .md files have been checked for proper formatting (headers, includes, etc.)

Bot Version: HackTricks News Bot v1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant