Reflected XSS

Disclosed by
mewtw0's avatar
mewtw0
  • Engagement Undisclosed
  • Disclosed date over 2 years ago
  • Priority P3 Bugcrowd's VRT priority rating
  • Status Resolved This vulnerability has been accepted and fixed
Summary by mewtw0

It is encountered in cases where any input from the user is printed directly on the screen. Since the code received from the user as input is not written to the database, it is presented to the user only once by the internet browser (think of clicking on a link address (URL) sent to you via e-mail or chat program).

Output encoding is the only ultimate solution. The purpose of output encoding is to convert untrusted input into a secure format where it is displayed as data to the user without running it as code or simple words in the browser.

Such vulnerabilities occur due to insufficient filtering of the inputs received by the user. For this reason, any input received by the user must be filtered. You can benefit from additional references in the "Additional Information" field.

Activity
  1. shoko_sakai’s avatar
    shoko_sakai Customer changed the state to Resolved

    ()

  2. Akitsugu_Ito’s avatar
    Akitsugu_Ito Customer published the disclosure report

    ()

  3. ace_bugcrowd’s avatarbugcrowd logo
    ace_bugcrowd sent a message

    ()

  4. ace_bugcrowd’s avatarbugcrowd logo
    ace_bugcrowd marked the submission a duplicate of a previously submitted report

    ()

  5. ace_bugcrowd’s avatarbugcrowd logo
    ace_bugcrowd changed the state to Unresolved

    ()

  6. ace_bugcrowd’s avatarbugcrowd logo
    ace_bugcrowd updated the submission

    ()

  7. ace_bugcrowd’s avatarbugcrowd logo
    ace_bugcrowd updated VRT to Cross-Site Scripting (XSS) > Reflected > Non-Self

    ()

  8. mewtw0’s avatar
    mewtw0 requested disclosure

    ()

  9. Akitsugu_Ito’s avatar
    Akitsugu_Ito Customer resolved a blocker for Bugcrowd Operations by responding to comments

    ()

  10. ace_bugcrowd’s avatarbugcrowd logo
    ace_bugcrowd created a blocker on Rakuten Group, Inc. to respond to comments

    ()

  11. mewtw0’s avatar
    mewtw0 created the submission

    ()