Actions
Bug #4505
closed
PA
PA
Rust panic while parsing (new rust) modbus rule
Bug #4505:
Rust panic while parsing (new rust) modbus rule
Affected Versions:
Effort:
Difficulty:
Label:
Description
Found by oss-fuzz
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34783
Root cause is the regex crate is unicode aware, which was not the case for the C version
Hence \d represents any unicode number, including Persian numbers, and not only ascii numbers
PA Updated by Philippe Antoine almost 5 years ago
- Status changed from New to In Review
Gitlab
PA Updated by Philippe Antoine almost 5 years ago
- Private changed from Yes to No
PA Updated by Philippe Antoine almost 5 years ago
PA Updated by Philippe Antoine almost 5 years ago
- Status changed from In Review to Closed
Actions