php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46667 TEXTAREA Garbles User Note Editing Form on Master
Submitted: 2008-11-25 16:41 UTC Modified: 2008-11-29 17:31 UTC
From: danbrown@php.net Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: danbrown@php.net
New email:
PHP Version: OS:

 

 [2008-11-25 16:41 UTC] danbrown@php.net
Description:
------------
When editing user notes on the PHP site via the popup through Master, closing </textarea> tags typed in by the note contributors close out the actual textarea in the form.  This causes the remaining code to flow over into parsed HTML below the editable textarea.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-29 17:09 UTC] kalle@php.net
I think something like the following patch should do:
http://phpfi.com/383500

Without converting html character, we get XSS :)
 [2008-11-29 17:31 UTC] philip@php.net
Not a major XSS problem (since login is required to get here) but a real problem nevertheless. clean() has been implemented so the textarea should be fine now.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 10:00:01 2026 UTC