Skip to content
Snippets Groups Projects
  • JediKev's avatar
    a3d896c8
    security: Fix Multiple XSS Vulnerabilies · a3d896c8
    JediKev authored
    It may be possible to steal or manipulate customer session and cookies,
    which might be used to impersonate a legitimate user, allowing the hacker to
    view or alter user records, and to perform transactions as that user.
    Sanitation of hazardous characters was not performed correctly on user
    input.
    
    osTicket did not properly sanitize array values in `Format::htmlchars()`.
    Some values in the Admin Interface were not properly sanitized and returned
    to the response.
    a3d896c8
    History
    security: Fix Multiple XSS Vulnerabilies
    JediKev authored
    It may be possible to steal or manipulate customer session and cookies,
    which might be used to impersonate a legitimate user, allowing the hacker to
    view or alter user records, and to perform transactions as that user.
    Sanitation of hazardous characters was not performed correctly on user
    input.
    
    osTicket did not properly sanitize array values in `Format::htmlchars()`.
    Some values in the Admin Interface were not properly sanitized and returned
    to the response.