Opened 7 years ago
Closed 7 years ago
#3895 closed defect (fixed)
oss fuzz WKB input bugs
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 2.2.6 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
There is a collection of oss-fuzz issues that are associated with WKB input and overly large point array sizes.
- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2589
- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2590
- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2591
- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2592
A large enough point count will confuse the wkb validity checker and allow an out-of-bounds read in the WKB reader.
Note:
See TracTickets
for help on using tickets.
In 15958: