CVE-2024-22117 LOW

CVE-2024-22117: Value of sysmap_element_url can be de-synchronized causing the map element to crash when new URLs is added

Vendor Zabbix
Product Zabbix
Weakness CWE-20 · Input validation
Published November 26, 2024
Last update November 26, 2024

CVSS base score

2.2/10
Attack vector Network
Attack complexity High
Privileges required High
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:L

What the vulnerability does

01Description

When a URL is added to the map element, it is recorded in the database with sequential IDs. Upon adding a new URL, the system retrieves the last sysmapelementurlid value and increments it by one. However, an issue arises when a user manually changes the sysmapelementurlid value by adding sysmapelementurlid + 1. This action prevents others from adding URLs to the map element.

Key dates

02Disclosure timeline

November 26, 2024 CVE published
November 26, 2024 Record updated