Opened 19 years ago
Closed 19 years ago
#3137 closed defect (bug) (invalid)
Some words (curl, wget) cause errors (403 Forbidden) in post.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.0.4 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
How to reproduce:
1) go to wordpress/wp-admin/post.php to create a new post.
2) Enter the phrase "How do I curl hair with a curling iron?" into the post textbox thing.
3) Hit "save".
Result:
I get a 403 Forbidden error.
The phrase "wget is a non-interactive network downloader." also causes a problem.
Wordpress verion: 2.0.4
MySQL version: 4.0.27-standard
PHP version: 4.4.4
Change History (2)
Note: See
TracTickets for help on using
tickets.
Sounds like either a bad host setting or mod_security. Ask your hosting provider if there's anything in their security setup that would block such.
WordPress shouldn't be blocking any of this, as it doesn't make system() calls on the_content(). Also take a look at your plugin list - perhaps PHPExec or runPHP is being enabled and trying to execute curl() or wget() functions in php...?