ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005821ClearOSsnortpublic2015-10-30 22:432015-11-23 12:07
Reporterdloper 
Assigned Todsokoloski 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version7.1.0 
Target Version7.1.0 UpdatesFixed in Version7.1.0 Updates 
Summary0005821: Snort limits interface length to 10 characters
DescriptionSnort 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.
Steps To ReproduceCreate interface with 11 characters, snort will enter IPtables rule with just 10 characters.

Additional Informationgrep -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];
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-10-30 22:43 dloper New Issue
2015-10-30 22:43 dloper Status new => assigned
2015-10-30 22:43 dloper Assigned To => dsokoloski
2015-11-02 18:25 user2 Target Version 7.2.0 Beta 1 => 7.1.0 Updates
2015-11-02 18:25 user2 Status assigned => resolved
2015-11-02 18:25 user2 Fixed in Version => 7.1.0 Updates
2015-11-02 18:25 user2 Resolution open => fixed
2015-11-23 12:07 user2 Category app-intrusion-prevention - Intrusion Prevention => snort
2015-11-23 12:07 user2 Status resolved => closed