Lucene search
+L

phppost.txt

🗓️ 22 Mar 2005 00:00:00Reported by PhoxpherusType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

PHOX: PHP-Post Exploit, Bypassing Input Check With Alternate Entries, Filter Input Solutio

Code
`  
  
~ PHOX: PHP-Post Exploit ~  
  
###  
# Content  
###  
  
- Credits  
- BICWAE  
- Solution  
- Contact  
  
###  
# Credits  
###  
  
Exploit discovered by Phoxpherus (Phorce), Phox (R&P), Terencentanio (Root32)  
Thanks to SilentWolf for the name (BICWAE) ... lmao  
  
###  
# BICWAE - Bypassing Input Check With Alternate Entries  
###  
  
It's possible to 'spoof' your user identity using alternate characters.   
  
Using the user "Dave" for example (who is an admin at the official site), if we go to the registration page and try to sign up as "Dave"... no dice. However, if we sign up as "Dave"... dice.   
  
Now, we can login as "Dave" and every time someone views our username, it'll be displayed as "Dave".   
  
You may ask what use this is, as it can't grant access to anything in particular, but if you were going to SE your way in, this would be a _VERY_ helpful tool. I aren't going to go into the methods, reason speaks for itself.  
  
###  
# Solution  
###  
  
You can filter the input either by using:  
  
str_replace("&#", "");  
  
or  
  
str_replace("&", "&")  
  
... or anything else, I suppose. These are just 2 that spring to mind.  
  
###  
# Contact  
###  
  
Email: [email protected]  
MSN: [email protected]  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

22 Mar 2005 00:00Current
7.4High risk
Vulners AI Score7.4
25