You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Shivani Bhardwaj e412215af9 dcerpc: add upper limit on stub data
DCERPC parsers had no upper bounds when it came to extending the stub
data buffer. Traffic can be crafted to bypass some internal parser
conditions to create an indefinite buffering in the stub_data array that
can make Suricata crash.

Add a default limit of 1MiB and make it configurable for the user.

Security 8182

Co-authored-by: Philippe Antoine <pantoine@oisf.net>
6 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust: EnumString derive accepts a enum_string_style parameter 9 months ago
htp http: limit the number of folded lines per header 6 months ago
src dcerpc: add upper limit on stub data 6 months ago
suricatactl rust: allow some lints in suricatactl and suricatasc 1 year ago
suricatasc rust: pin indexmap 9 months ago
sys conf: add SCConfNodeChildValueIsFalse to check for false value 7 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in rust/htp: convert to nom 8 8 months ago
Cargo.toml.in rust: add nom8 as a dependency 9 months ago
Makefile.am rust: bindgen more file functions 8 months ago
cbindgen.toml rust: bindgen SCSRepCatGetByShortname 8 months ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 3 years ago