Project

General

Profile

Actions

Bug #2892

closed

"pfblocker_Range2CIDR" function yields erroneous results (pfBlocker v1.0.2)

Added by B. Derman about 11 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
Country Block
Target version:
-
Start date:
03/20/2013
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
i386

Description

E.G. the file
http://list.iblocklist.com/?list=bt_ads&fileformat=p2p&archiveformat=gz
on 2013-Mar-18 has/had an entry (on line 165):
---
ADC01/ADC06 ads:61.135.131.31-61.135.131.34

Using the "pfblocker_Range2CIDR" function contained in /usr/local/pkg/pfblocker.inc in pfBlocker v1.0.2 to convert the IP address range:
---
61.135.131.31 to 61.135.131.34

yields a CIDR represenation of:
---
61.135.131.27/30

but 61.135.131.24/30 "expands" to the 4 incorrect IP addressses:
---
61.135.131.24
61.135.131.25
61.135.131.26
61.135.131.27

... whereas, using the "ip_range_to_subnet_array" function contained in /etc/inc/util.inc in pfSense v2.0.2 to convert the IP address range:
---
61.135.131.31 to 61.135.131.34

yields CIDR represenations of:
---
61.135.131.31/32
61.135.131.32/31
61.135.131.34/32

which collectively "expand" to the 4 (correct) IP addresses:
---
61.135.131.31
61.135.131.32
61.135.131.33
61.135.131.34

Not sure why the existing pfSense function wasn't used, but it appears that the one in pfBlocker will, in some instances, will generate CIDRs that can cause "good guy" IPs to be blocked and "bad guy" IPs to remain unblocked. On the plus side, fixing the bug should be as easy as switching to the function supplied by pfSense.

Regardless, I certainly appreciate the pfBlocker package and will be sending a small donation in as soon as our PayPal account gets refilled.

Actions #1

Updated by B. Derman about 11 years ago

When doing some addtional work, I noticed that I mistyped the CIDR generated by the "pfblocker_Range2CIDR" function -- for the IP range 61.135.131.31-61.135.131.34, it actually generates a CIDR representation of:
---
61.135.131.28/30

and 61.135.131.28/30 expands to the (still mostly incorrect) IP addresses:
---
61.135.131.28
61.135.131.29
61.135.131.30
61.135.131.31

This all means that the following examples are true
(on 2013-03-27 : lists from http://www.iblocklist.com/lists.php):

List Name : # of erroneous CIDRs generated by pfBlocker ===
Bluetack ads : at least 100
Bluetack forumspam : at least 10
Bluetack hijacked : at least 15
Bluetack spyware : at least 100

Note that each erroneous CIDR often yields multiple erroneous IP addresses -- i.e., where each erroneous IP is a "good guy" that's wrongly being blocked and omits an IP that is a "bad guy" that's not being blocked.

Actions #2

Updated by Phillip Davis about 11 years ago

Actions #3

Updated by Phillip Davis about 11 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100

Applied in changeset commit:e2ec86f40c9573292a46d4ab89ae70e353a99f8f.

Actions #4

Updated by Chris Buechler over 9 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF