-
Notifications
You must be signed in to change notification settings - Fork 37
NetFlow v9 input: enterprise-specific fields not parsed correctly #16
Copy link
Copy link
Closed
Description
We currently have a trace (basically the same one as for issue #14) that contains NetFlow v9 datagrams. Some fields are non-standard (in this case, defined by ntop), and cause the FastBit storage plugin to go crazy:
DEBUG: fastbit storage: Received new template: 258
ERROR: fastbit storage: Wrong element size (e-516227040id24884 - 0)!
ERROR: fastbit storage: Wrong element size (e0id260 - 0)!
ERROR: fastbit storage: Wrong element size (e-516227040id24884 - 0)!
ERROR: fastbit storage: Wrong element size (e0id260 - 0)!
As you can see, this results in integer overflows and also the e0id260 is a field that is not present in the template/data record. There are actually two fields that have an ID > 256:
- HTTP_URL (57652)
- HTTP_HOST (57659)
I've prepared a short trace for you that triggers the behavior. Please contact me at kirc&secdorks.net to get the trace.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels