Карточка уязвимости
Характеристики уязвимости
Уровень опасности
Оценка CVSS
Производитель ПО
Наименование ПО
SAP Notes
(1423059-1)
SAP Support Packages
(SAPKIBKT16, SAPKIBKU06, SAPKIBKV06)
Описание
This is a program error.
This error is caused due to unchecked dynamic function calls.
There are many commands in ABAP that invoke functions, methods and reports dynamically. Dynamically means that the name of the function to be executed is determined at runtime, based on input.
Dynamic function calls are an important feature to write flexible and reusable code. But this can be very dangerous if such a function can be controlled by a malicious user.
This error is caused due to unchecked dynamic function calls.
There are many commands in ABAP that invoke functions, methods and reports dynamically. Dynamically means that the name of the function to be executed is determined at runtime, based on input.
Dynamic function calls are an important feature to write flexible and reusable code. But this can be very dangerous if such a function can be controlled by a malicious user.
Как исправить
Please implement the attached corrections.
Ссылки