ClearFoundation Tracker - ClearOS
View Issue Details
0005821ClearOSsnortpublic2015-10-30 22:432015-11-23 12:07
dloper 
dsokoloski 
lowminoralways
closedfixed 
7.1.0 
7.1.0 Updates7.1.0 Updates 
0005821: Snort limits interface length to 10 characters
Snort limits interface length to 10 characters. This can cause a problem with ClearOS interfaces on a VLAN.

Report issue to snort upstream. Patch temporarily for ClearOS 7. Likelihood of affecting ClearOS 6 is low.
Create interface with 11 characters, snort will enter IPtables rule with just 10 characters.

grep -i iface *.h


ssp_ebtables.h:{ char iface[10];
ssp_ipchains.h:{ char iface[10];
ssp_ipf.h:{ char iface[10];
ssp_iptables.h:{ char iface[10];
ssp_pf.h: char iface[16];
No tags attached.
Issue History
2015-10-30 22:43dloperNew Issue
2015-10-30 22:43dloperStatusnew => assigned
2015-10-30 22:43dloperAssigned To => dsokoloski
2015-11-02 18:25user2Target Version7.2.0 Beta 1 => 7.1.0 Updates
2015-11-02 18:25user2Statusassigned => resolved
2015-11-02 18:25user2Fixed in Version => 7.1.0 Updates
2015-11-02 18:25user2Resolutionopen => fixed
2015-11-23 12:07user2Categoryapp-intrusion-prevention - Intrusion Prevention => snort
2015-11-23 12:07user2Statusresolved => closed

There are no notes attached to this issue.