Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-6453

missing escaping when quoting posts

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.RC7
    • 3.0.0
    • Posting
    • None
    • PHP Environment:
      Database:

    Description

      In posting.php there is this:

      if ($mode == 'quote' && !$submit && !$preview && !$refresh)
      {
      	$message_parser->message = '[quote="' . $post_data['quote_username'] . '"]' . censor_text(trim($message_parser->message)) . "[/quote]\n";
      }

      When quoting a post, this is not escaped properly, it should be ".

      Attachments

        Activity

          People

            Acyd Burn Meik Sievertsen [X] (Inactive)
            igorw Igor Wiedler [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: