 |
Menu |
 |
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
 |
User Info |
 |
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 194
Members: 0
Total: 194
|
|
|
|
|
 |
Full disclosure |
 |
CyberDanube Security Research 20251014-0 | Multiple Vulnerabilities in Phoenix Contact QUINT4 UPS
apis.google.com - Insecure redirect via __lu parameter(exploited in the wild)
Urgent Security Vulnerabilities Discovered in Mercku Routers Model M6a
Re: Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
[SBA-ADV-20250730-01] CVE-2025-39664: Checkmk Path Traversal
[SBA-ADV-20250724-01] CVE-2025-32919: Checkmk Agent Privilege Escalation via Insecure Temporary Files
CVE-2025-59397 - Open Web Analytics SQL Injection
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Defense in depth -- the Microsoft way (part 93): SRP/SAFERwhitelisting goes black on Windows 11
Re: [FD]: "Glass Cage" – Zero-Click iMessage ? Persistent iOS Compromise + Bricking (CVE-2025-24085 / 24201, CNVD-2025-07885)
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Samtools v1.22.1 Uncontrolled Memory Allocation from Large BED Intervals Causes Denial-of-Service in Samtools/HTSlib
Samtools v1.22.1 Improper Handling of Excessive Histogram Bin Counts in Samtools Coverage Leads to Stack Overflow
|
|
|
|
|
|
 |
|
 |
 |
|
 |
IT Security and Insecurity Portal |
|
 |
How I can benefit this Warning |
 |
Posted: Sun Mar 30, 2008 3:50 pm |
|
|
nuckel |
Active user |

 |
|
Joined: Mar 25, 2008 |
Posts: 28 |
|
|
|
 |
 |
 |
|
How I can benefit this Warning
Code: | Warning: main(0-37288.php) [function.main]: failed to open stream: No such file or directory in /home/www/44d83270bade67a05f176833da7ddd60/web/articles/2006/04/20/article.php on line 59
Warning: main(0-37288.php) [function.main]: failed to open stream: No such file or directory in /home/www/44d83270bade67a05f176833da7ddd60/web/articles/2006/04/20/article.php on line 59
Warning: main(0-37288.php) [function.main]: failed to open stream: No such file or directory in /home/www/44d83270bade67a05f176833da7ddd60/web/articles/2006/04/20/article.php on line 59
Warning: main() [function.include]: Failed opening '0-37288.php' for inclusion (include_path='.:/opt/php/lib/php') in /home/www/44d83270bade67a05f176833da7ddd60/web/articles/2006/04/20/article.php on line 59
|
|
|
|
|
|
 |
 |
|
 |
Posted: Sun Mar 30, 2008 7:46 pm |
|
|
pexli |
Valuable expert |

 |
|
Joined: May 24, 2007 |
Posts: 665 |
Location: Bulgaria |
|
|
 |
 |
 |
|
Possibly remote include,but depend....... |
|
|
|
|
Posted: Mon Mar 31, 2008 1:41 pm |
|
|
kieuanh |
Regular user |

 |
|
Joined: Mar 22, 2008 |
Posts: 23 |
|
|
|
 |
 |
 |
|
first is path disclose but u must show when u get this error,did u input some incorrect data ??? |
|
|
|
|
Posted: Tue Apr 01, 2008 12:54 pm |
|
|
waraxe |
Site admin |

 |
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
 |
 |
 |
|
As koko allready said, it depends ...
What kind of URL you was using? Did you manipulate the request or it's original URL? If URL is something like:
Code: |
http://www.mytarget.com/article.php?id=37288
|
... then maybe, just maybe, you have local file inclusion or even remote file inclusion. But to be sure additional tests must be made ... |
|
|
|
|
Posted: Mon Aug 04, 2008 12:52 pm |
|
|
0xbadfaceX |
Regular user |

 |
|
Joined: Aug 01, 2008 |
Posts: 12 |
Location: .bashrc$> |
|
|
 |
 |
 |
|
try this
Remote File Disclosure String Encoding URL,
Code: | id=..%2f..%2f..%2f..%2f..%2fetc%2fpasswd%00 |
0xbadfaceX  |
|
|
|
|
Posted: Thu Aug 14, 2008 4:50 am |
|
|
pZourk |
Regular user |

 |
|
Joined: Jun 30, 2008 |
Posts: 8 |
|
|
|
 |
 |
 |
|
I decided to look into this. I think I found the site in question, and article.php?sid=1&cid=../../../../../etc/passwd%00 does work, but it looks like shadow is being used, but article.php?sid=1&cid=../../../../../etc/shadow%00 gives Warning: main(../../../../../etc/shadow) [function.main]: failed to open stream: No such file or directory in /home/www/44d83270bade67a05f176833da7ddd60/web/articles/2004/11/07/article.php on line 59 and other similar errors. Is there any alternate naming conventions for shadow?
The fact that I would not know what do do with the contents of it is another discussion entirely. |
|
|
|
|
Posted: Thu Aug 14, 2008 8:44 am |
|
|
waraxe |
Site admin |

 |
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
 |
 |
 |
|
"/etc/shadow" is readable only for user with uid=0 and/or gid=0 (root user) ... |
|
|
|
|
www.waraxe.us Forum Index -> General discussion
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|