Opened 19 years ago
Closed 17 years ago
#5422 closed defect (bug) (fixed)
Sanitize plugin update information
| Reported by: | Viper007Bond | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Security | Version: | 2.3.1 |
| Severity: | critical | Keywords: | needs-patch |
| Cc: | Focuses: |
Description
The update data retrieved from WP.org is trusted to be safe and HTML encoded. We shouldn't make this assumption, plus we should to kses the plugin's name.
Attached is a proposed patch. Seems to work okay.
Attachments (6)
Change History (23)
#3
@
17 years ago
- Keywords 2nd-opinion removed
- Severity normal → critical
+1. putput should be properly encoded / formatted! this is security related and solved, so please fix.
#4
@
17 years ago
- Keywords dev-feedback added
This is also useful for if anyone decides to implement their own version checking, While WordPress trusts WordPress.org, It might not be the case that a non-dot-org update checker may not be as nice..
#7
@
17 years ago
- Keywords tested added; dev-feedback removed
patch applies cleanly. clean_url should be used on the urls. else good to go imo.
#8
@
17 years ago
- Keywords needs-patch added; has-patch tested removed
- Milestone 2.8 → Future Release
patch is broken
#9
@
17 years ago
- Keywords has-patch added; needs-patch removed
- Milestone Future Release → 2.8
Please Check.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
+1 to that. See also #7875