<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Is pfSense vulnerable to GHOST (CVE-2015-0235)]]></title><description><![CDATA[<p dir="auto">Hey guys,</p>
<p dir="auto">Does anyone know if pfSense vulnerable to "GHOST" CVE-2015-0235 and if so is there a patch out for it?</p>
<p dir="auto">Since pfSense is built off of FreeBSD I am assuming its not ..because freebsd's forum has a post saying its not vulnerable.. but I'd still like to know just in case. (https://forums.freebsd.org/threads/is-freebsd-vulnerable-to-ghost.50166/)</p>
<p dir="auto">Thanks!</p>
<p dir="auto">oneup_shroom</p>
<p dir="auto">Articles:<br />
http://www.zdnet.com/article/critical-linux-security-hole-found/<br />
http://www.openwall.com/lists/oss-security/2015/01/27/9</p>
]]></description><link>https://forum.netgate.com/topic/78857/is-pfsense-vulnerable-to-ghost-cve-2015-0235</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 14:11:17 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/78857.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Jan 2015 15:18:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is pfSense vulnerable to GHOST (CVE-2015-0235) on Thu, 29 Jan 2015 02:05:46 GMT]]></title><description><![CDATA[<p dir="auto">that's not relevant to FreeBSD. With its Linux emulation, it seems it is (or might be), but that isn't something we use nor include.</p>
]]></description><link>https://forum.netgate.com/post/512720</link><guid isPermaLink="true">https://forum.netgate.com/post/512720</guid><dc:creator><![CDATA[cmb]]></dc:creator><pubDate>Thu, 29 Jan 2015 02:05:46 GMT</pubDate></item><item><title><![CDATA[Reply to Is pfSense vulnerable to GHOST (CVE-2015-0235) on Wed, 28 Jan 2015 18:46:22 GMT]]></title><description><![CDATA[<p dir="auto">from pfsense shell</p>
<pre><code>
#ldd -v /lib/libc.so.7
ldd: /lib/libc.so.7: this is an ELF program; use objdump to examine

</code></pre>
<p dir="auto">Sooo after looking at the freebsd man page for objdump, I think this is what I want…</p>
<pre><code>
#objdump -i /lib/libc.so.7
BFD header file version 2.15 [FreeBSD] 2004-05-23
elf32-i386-freebsd
 (header little endian, data little endian)
  i386
elf32-i386
 (header little endian, data little endian)
  i386
efi-app-ia32
 (header little endian, data little endian)
  i386
srec
 (header endianness unknown, data endianness unknown)
  i386
symbolsrec
 (header endianness unknown, data endianness unknown)
  i386
tekhex
 (header endianness unknown, data endianness unknown)
  i386
binary
 (header endianness unknown, data endianness unknown)
  i386
ihex
 (header endianness unknown, data endianness unknown)
  i386

               elf32-i386-freebsd elf32-i386 efi-app-ia32 srec symbolsrec
          i386 elf32-i386-freebsd elf32-i386 efi-app-ia32 srec symbolsrec

               tekhex binary ihex
          i386 tekhex binary ihex

</code></pre>
<p dir="auto">also…</p>
<pre><code>
#find / -name libc.so*
/lib/libc.so.7
/var/dhcpd/lib/libc.so.7
#ls -la /var/dhcpd/lib/libc*
-r-xr-xr-x  1 dhcpd  _dhcp  1148004 Feb 22  2012 /var/dhcpd/lib/libc.so.7
#objdump -i /var/dhcpd/lib/libc.so.7
BFD header file version 2.15 [FreeBSD] 2004-05-23
elf32-i386-freebsd
 (header little endian, data little endian)
  i386
elf32-i386
 (header little endian, data little endian)
  i386
efi-app-ia32
 (header little endian, data little endian)
  i386
srec
 (header endianness unknown, data endianness unknown)
  i386
symbolsrec
 (header endianness unknown, data endianness unknown)
  i386
tekhex
 (header endianness unknown, data endianness unknown)
  i386
binary
 (header endianness unknown, data endianness unknown)
  i386
ihex
 (header endianness unknown, data endianness unknown)
  i386

               elf32-i386-freebsd elf32-i386 efi-app-ia32 srec symbolsrec
          i386 elf32-i386-freebsd elf32-i386 efi-app-ia32 srec symbolsrec

               tekhex binary ihex
          i386 tekhex binary ihex

</code></pre>
<p dir="auto">It doesn't look like glibc to me, but this is all new.  ;)</p>
]]></description><link>https://forum.netgate.com/post/512488</link><guid isPermaLink="true">https://forum.netgate.com/post/512488</guid><dc:creator><![CDATA[jc2it]]></dc:creator><pubDate>Wed, 28 Jan 2015 18:46:22 GMT</pubDate></item><item><title><![CDATA[Reply to Is pfSense vulnerable to GHOST (CVE-2015-0235) on Wed, 28 Jan 2015 17:52:32 GMT]]></title><description><![CDATA[<p dir="auto">In linux one can run the libc as a command like:</p>
<p dir="auto">#/lib/libc.so.6</p>
<p dir="auto">This will report the version information.</p>
<p dir="auto">pfsense shell doesn't seem to work this way.</p>
<p dir="auto">BTW in pfsense it seems to be /lib/libc.so.7</p>
]]></description><link>https://forum.netgate.com/post/512467</link><guid isPermaLink="true">https://forum.netgate.com/post/512467</guid><dc:creator><![CDATA[jc2it]]></dc:creator><pubDate>Wed, 28 Jan 2015 17:52:32 GMT</pubDate></item><item><title><![CDATA[Reply to Is pfSense vulnerable to GHOST (CVE-2015-0235) on Wed, 28 Jan 2015 17:24:42 GMT]]></title><description><![CDATA[<p dir="auto">Good question, I think you would need to know if glibc was used to compile anything. If so then you would want to know what and how it was called.</p>
<p dir="auto">I could probably figure this out in RH, but I don't know BSD enough yet to search the system. But lets see…</p>
]]></description><link>https://forum.netgate.com/post/512451</link><guid isPermaLink="true">https://forum.netgate.com/post/512451</guid><dc:creator><![CDATA[jc2it]]></dc:creator><pubDate>Wed, 28 Jan 2015 17:24:42 GMT</pubDate></item></channel></rss>