Actions
Bug #4261
closedMismatch between capture and outputs in rules leads to seg fault
Affected Versions:
Effort:
Difficulty:
low
Label:
Needs backport to 5.0, Needs backport to 6.0
Description
Parsing bug: Given 2 or more outputs for one capture in the regex, there will be a segmentation fault.
For example,
content:"USER"; \alert tcp any any -> any any (msg:"get username in nntp"; \
pcre: "/AUTHINFO USER\r\n/i, pkt:nntp_username, pkt:nntp_password";\
sid:2000020;\
gid:100;)
Files
Actions