Last Modified: Feb 27, 2023
Affected Product:
See more info
BIG-IP ASM
Known Affected Versions:
16.1.0, 16.1.1, 16.1.2, 16.1.2.1, 16.1.2.2, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3
Opened: Jan 24, 2023
Severity: 3-Major
In JSON schema validation, it fails in handling of a ref schema that is referenced from multiple places under oneOf/anyOf.
JSON schema validation fails and request gets blocked.
Using oneOf or anyOf, a ref schema is referenced multiple times from oneOf/anyOf section.
Change schema structure so that the single ref schema is not referenced from multiple places under oneOf/anyOf.
None