LibreOffice supports Office URI Schemes to enable browser integration of LibreOffice with MS SharePoint server. An additional scheme vnd.libreoffice.command specific to LibreOffice was added. In the affected versions of LibreOffice a link in a browser using that scheme could be constructed with an embedded inner URL that when passed to LibreOffice could call internal macros with arbitrary arguments. This issue affects LibreOffice: from 24.8 before < 24.8.5, from 25.2 before < 25.2.1.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Red Hat Enterprise Linux 7 Extended Lifecycle Support | RedHat | libreoffice-1:5.3.6.1-27.el7_9 | * |
Red Hat Enterprise Linux 8 | RedHat | libreoffice-1:6.4.7.2-19.el8_10 | * |
Red Hat Enterprise Linux 8.2 Advanced Update Support | RedHat | libreoffice-1:6.0.6.1-23.el8_2 | * |
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support | RedHat | libreoffice-1:6.4.7.2-18.el8_4 | * |
Red Hat Enterprise Linux 8.4 Telecommunications Update Service | RedHat | libreoffice-1:6.4.7.2-18.el8_4 | * |
Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions | RedHat | libreoffice-1:6.4.7.2-18.el8_4 | * |
Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support | RedHat | libreoffice-1:6.4.7.2-18.el8_6 | * |
Red Hat Enterprise Linux 8.6 Telecommunications Update Service | RedHat | libreoffice-1:6.4.7.2-18.el8_6 | * |
Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions | RedHat | libreoffice-1:6.4.7.2-18.el8_6 | * |
Red Hat Enterprise Linux 8.8 Extended Update Support | RedHat | libreoffice-1:6.4.7.2-18.el8_8 | * |
Red Hat Enterprise Linux 9 | RedHat | libreoffice-1:7.1.8.1-15.el9_5 | * |
Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions | RedHat | libreoffice-1:7.1.8.1-14.el9_0 | * |
Red Hat Enterprise Linux 9.2 Extended Update Support | RedHat | libreoffice-1:7.1.8.1-14.el9_2 | * |
Red Hat Enterprise Linux 9.4 Extended Update Support | RedHat | libreoffice-1:7.1.8.1-15.el9_4 | * |
Libreoffice | Ubuntu | esm-infra/focal | * |
Libreoffice | Ubuntu | focal | * |
Libreoffice | Ubuntu | jammy | * |
Libreoffice | Ubuntu | noble | * |
Libreoffice | Ubuntu | oracular | * |
Libreoffice | Ubuntu | upstream | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.