Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Pádraic Brady:
Publishing Security Disclosures In Consumable Formats
May 16, 2013 @ 14:03:59

Pádraic Brady has a new post today proposing that what the PHP ecosystem needs is a way to better publish security disclosures in a format that's easy to parse and deal with.

This is a branch off from a separate discussion on the PHP-FIG mailing list about other ways the Framework Interoperability Group can encourage and foster wider interoperability among its member projects (and by extension, the whole PHP community). I’ll start by noting two interesting developments in recent months and one long standing best practice.

The two "interesting developments" he mentions are the relatively recently released SensioLabs Security Checker that uses you Composer file to find security issues and the new entry in the latest version of the OWASP Top 10 list for "Using Components with Known Vulnerabilities". The best practice he talks about is more around the timely/responsible disclosure of vulnerabilities and how some kind of decentralized tracking of these issues that puts the responsibility back on the developers of the tool and not on one tracking resource.

tagged: security disclosure feed proposal sensiolabs checker owasp

Link: http://blog.astrumfutura.com/2013/05/publishing-security-disclosures-in-consumable-formats-for-simpler-aggregation-and-security-checking

Demian Turner's Blog:
Seagull 0.6.4 Release (fixes Security Isse from 0.6.3)
Jan 25, 2008 @ 16:32:00

Demian Turner has posted about the latest version of the Seagull framework (0.6.3) and an update to correct a remote file disclosure issue (up to version 0.6.4).

Well it took a bit of time but after quite a few months a new release of Seagull is finally out, 0.6.3 (0.6.4). Things have been keeping pretty busy with the startup I'm working on, but it's been a great opportunity to refine some features of the framework and optimize the performance. The early indications are good, after less than 10 weeks of going live Kindo users are creating up to 20k profiles/day and the server load is staying comfortably below 0.5.

The update is a different download that helps correct an issue with the framework allowing user-inputted values from the GET string. Be sure and update your version to keep this security issue under wraps.

tagged: seagull framework release fix security issue remote file disclosure

Link:

FrSIRT Advisory:
P-News Arbitrary PHP File Upload and Remote Information Disclosure Vulnerabilities
Nov 30, 2006 @ 15:51:00

According to this advisory on the FrSIRT website, users of the P-News package have two somethings to worry about - a file upload and remote information disclosure vulnerability.

Multiple vulnerabilities have been identified in P-News, which could be exploited by remote attackers to compromise a vulnerable server or disclose sensitive information.

The file upload issue has to do with the ability to upload an Avatar to the system that doesn't validate the file extension and the second is a design flaw for the location of the user information (a text file) inside the document root.

Unfortunately, so official patch has been supplied at this time, but a few quick edits to the code can make these issues go away.

tagged: pnews file upload remote information disclosure vulnerability pnews file upload remote information disclosure vulnerability

Link:

FrSIRT Advisory:
P-News Arbitrary PHP File Upload and Remote Information Disclosure Vulnerabilities
Nov 30, 2006 @ 15:51:00

According to this advisory on the FrSIRT website, users of the P-News package have two somethings to worry about - a file upload and remote information disclosure vulnerability.

Multiple vulnerabilities have been identified in P-News, which could be exploited by remote attackers to compromise a vulnerable server or disclose sensitive information.

The file upload issue has to do with the ability to upload an Avatar to the system that doesn't validate the file extension and the second is a design flaw for the location of the user information (a text file) inside the document root.

Unfortunately, so official patch has been supplied at this time, but a few quick edits to the code can make these issues go away.

tagged: pnews file upload remote information disclosure vulnerability pnews file upload remote information disclosure vulnerability

Link:


Trending Topics: