Skip to content
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
exploits/cms/GLPI/GLPI-stored-XSS/
exploits/cms/GLPI/GLPI-stored-XSS/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

XSS Stored via Plugin metadata.

Author: Fernando Pinheiro GLPI version: >= 9.5.4

It was possible to insert JavaScript codes into plugins metadata as Author, version,license and so on...

Once the plugin is sent to the plugins folder at /glpi/plugins

This code will be loaded into GLPI plugin instalation. Once the glpi read this information from the file and doesn't sanitize what will be rendered.