Skip to content

Commit

Permalink
Improve English
Browse files Browse the repository at this point in the history
Add reference to compromised js file
Remove reference to incomplete CVE ID
Remove reference to CWE
  • Loading branch information
lem9 committed Sep 25, 2012
1 parent 16fbe39 commit f043316
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions templates/security/PMASA-2012-5
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@ PMASA-2012-5
-->

<py:def function="announcement_summary">
One server from SourceForge.net mirror system distributes phpMyAdmin kit
with backdoor.
One server from the SourceForge.net mirror system was distributing a phpMyAdmin kit
containing a backdoor.
</py:def>


<!--! If you need to avoid toplevel <p></p>, use this:
<py:def function="announcement_description_fmt">
-->
<py:def function="announcement_description">
One of SourceForge.net mirrors, namely <code>cdnetworks-kr-1</code>, is being used to
One of the SourceForge.net mirrors, namely <code>cdnetworks-kr-1</code>, was being used to
distribute a modified archive of phpMyAdmin, which includes a backdoor. This
backdoor is located in file <code>server_sync.php</code> and allows an attacker to remotely execute PHP code.
backdoor is located in file <code>server_sync.php</code> and allows an attacker to remotely execute PHP code. Another file, <code>js/cross_framing_protection.js</code>,
has also been modified.
</py:def>

<py:def function="announcement_severity">
Expand Down Expand Up @@ -63,13 +64,11 @@ Center</a> for letting us know about this issue.
</py:def>

<!--! CVE ID of the report, this is automatically added to references -->
<py:def function="announcement_cve">CVE-201x-xxxx</py:def>

<!--! CWE IDs of the problem, CWE provides categorisation of the problems,
661 is "Weaknesses in Software Written in PHP"
See http://nvd.nist.gov/cwe.cfm for more information
-->
<py:def function="announcement_cwe">661 95</py:def>

<!--! Optional section with list of commits fixing this, one per line
<py:def function="announcement_commits">
Expand Down

0 comments on commit f043316

Please sign in to comment.