Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-fc38-2254-48g7: LibreNMS has Stored Cross-site Scripting vulnerability in "Device Group" Name

Summary

The application fail to sanitising inputs properly and rendering the code from user input to browser which allow an attacker to execute malicious javascript code.

Details

User with Admin role can create a Device Groups, the application did not properly sanitize the user input in the Device Groups name, when user see the detail of the Device Group, if java script code is inside the name of the Device Groups, its will be trigger.

PoC

  1. Login as an Admin role user. Then go over to “$URL/device-groups”

  2. Create a new Device Group with this payload in their name

<img src="x" onerror="alert(document.cookie)">

image

  1. Go over to the detail page of that Device Groups, in this case "$URL/devices/group=2". Will see a pop-up. image

Impact

Attacker can use this to perform malicious java script code for malicious intent. This would impact all users as anyone can have access to the detail page of the device group.

ghsa
#xss#vulnerability#js#git#java#perl

Summary

The application fail to sanitising inputs properly and rendering the code from user input to browser which allow an attacker to execute malicious javascript code.

Details

User with Admin role can create a Device Groups, the application did not properly sanitize the user input in the Device Groups name, when user see the detail of the Device Group, if java script code is inside the name of the Device Groups, its will be trigger.

PoC

  1. Login as an Admin role user. Then go over to “$URL/device-groups”

  2. Create a new Device Group with this payload in their name

<img src="x" onerror="alert(document.cookie)">

  1. Go over to the detail page of that Device Groups, in this case "$URL/devices/group=2". Will see a pop-up.

Impact

Attacker can use this to perform malicious java script code for malicious intent.
This would impact all users as anyone can have access to the detail page of the device group.

References

  • GHSA-fc38-2254-48g7
  • librenms/librenms@d3b5156
  • https://nvd.nist.gov/vuln/detail/CVE-2024-47524

ghsa: Latest News

GHSA-4jwc-w2hc-78qv: Tonic has remotely exploitable denial of service vulnerability