| Anonymous | Login | Signup for a new account | 2010-02-09 06:49 EST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Wiki | ManTweet | Repositories |
| View Issue Details [ Jump to Notes ] [ Wiki ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0008679 | mantisbt | security | public | 2007-12-19 08:21 | 2008-01-27 17:47 | |
| Reporter | seiji | |||||
| Assigned To | vboctor | |||||
| Priority | normal | Severity | major | Reproducibility | always | |
| Status | closed | Resolution | fixed | |||
| Platform | PHP 5.2.5 | OS | Gentoo Linux | OS Version | ||
| Product Version | 1.1.0rc3 | |||||
| Target Version | 1.1.0 | Fixed in Version | 1.1.0 | |||
| Summary | 0008679: XSS Vulnerability in view.php , Attached Files | |||||
| Description | There is a possibility that XSS occurs in "Attached Files" in view.php. See attached file. | |||||
| Steps To Reproduce | 1. create file on Linux. # echo "111" >> "<h1>XSS" 2. upload it. 3. go to View issue and click the issue. | |||||
| Additional Information | This is rare case. | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Notes |
|
|
vboctor (administrator) 2007-12-21 04:19 |
The fix implement in Mantis 1.1.0 is to use the following line: $t_file_display_name = string_display_line( file_get_display_name( $v_filename ) ); See the existing patch to see the context of the change. |
|
giallu (developer) 2008-01-27 17:47 |
Security advisories: http://secunia.com/advisories/28185/ [^] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6611 [^] |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-12-19 08:21 | seiji | New Issue | |
| 2007-12-19 08:21 | seiji | File Added: xss_before.png | |
| 2007-12-19 08:24 | seiji | File Added: file_api.php.patch | |
| 2007-12-19 11:03 | vboctor | Target Version | => 1.1.0rc4 |
| 2007-12-20 00:49 | vboctor | Status | new => resolved |
| 2007-12-20 00:49 | vboctor | Fixed in Version | => 1.1.0rc4 |
| 2007-12-20 00:49 | vboctor | Resolution | open => fixed |
| 2007-12-20 00:49 | vboctor | Assigned To | => vboctor |
| 2007-12-20 01:35 | vboctor | Status | resolved => closed |
| 2007-12-21 04:19 | vboctor | Note Added: 0016494 | |
| 2007-12-21 04:19 | vboctor | View Status | private => public |
| 2008-01-27 17:47 | giallu | Note Added: 0016855 | |
| MantisBT 1.2.0rc2 git live[^]
Copyright © 2000 - 2010 MantisBT Group
Time: 0.2120 seconds. memory usage: 1,802 KB |