Lucene search
+L
FreebsdRecent

6659 matches found

FreeBSD
FreeBSD
•added 2017/01/03 12:00 a.m.•39 views

icoutils -- check_offset overflow on 64-bit systems

Choongwoo Han reports: An exploitable crash exists in the wrestool utility on 64-bit systems where the result of subtracting two pointers exceeds the size of int...

8.2AI score
SaveExploits0References1
FreeBSD
FreeBSD
•added 2017/01/03 12:00 a.m.•39 views

Irssi -- multiple vulnerabilities

Irssi reports: Five vulnerabilities have been located in Irssi A NULL pointer dereference in the nickcmp function found by Joseph Bisch. CWE-690 Use after free when receiving invalid nick message Issue 466, CWE-146 Out of bounds read in certain incomplete control codes found by Joseph Bisch...

7.5CVSS8.2AI score0.05595EPSS
SaveExploits1References1
FreeBSD
FreeBSD
•added 2017/01/03 12:00 a.m.•40 views

Use-After-Free Vulnerability in pcsc-lite

Peter Wu on Openwall mailing-list reports: The issue allows a local attacker to cause a Denial of Service, but can potentially result in Privilege Escalation since the daemon is running as root. while any local user can connect to the Unix socket. Fixed by patch which is released with hpcsc-lite...

7.5CVSS7.1AI score0.04042EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/12/28 12:00 a.m.•83 views

phpmailer -- Remote Code Execution

Legal Hackers reports: An independent research uncovered a critical vulnerability in PHPMailer that could potentially be used by unauthenticated remote attackers to achieve remote arbitrary code execution in the context of the web server user and remotely compromise the target web application. To...

9.8CVSS10.1AI score0.99714EPSS
SaveExploits59References1
FreeBSD
FreeBSD
•added 2016/12/27 12:00 a.m.•77 views

PHP -- multiple vulnerabilities

Check Point reports: ... discovered 3 fresh and previously unknown vulnerabilities CVE-2016-7479, CVE-2016-7480, CVE-2016-7478 in the PHP 7 unserialize mechanism. The first two vulnerabilities allow attackers to take full control over servers, allowing them to do anything they want with the...

9.8CVSS2.5AI score0.42401EPSS
SaveExploits3References1
FreeBSD
FreeBSD
•added 2016/12/26 12:00 a.m.•95 views

phpmailer -- Remote Code Execution

Legal Hackers reports: An independent research uncovered a critical vulnerability in PHPMailer that could potentially be used by unauthenticated remote attackers to achieve remote arbitrary code execution in the context of the web server user and remotely compromise the target web application. To...

9.8CVSS9.8AI score0.99714EPSS
SaveExploits58References2
FreeBSD
FreeBSD
•added 2016/12/25 12:00 a.m.•90 views

openssh -- multiple vulnerabilities

The OpenSSH project reports: ssh-agent1: Will now refuse to load PKCS11 modules from paths outside a trusted whitelist run-time configurable. Requests to load modules could be passed via agent forwarding and an attacker could attempt to load a hostile PKCS11 module across the forwarded agent...

7.5CVSS1.9AI score0.37431EPSS
SaveExploits8References1
FreeBSD
FreeBSD
•added 2016/12/23 12:00 a.m.•47 views

cURL -- uninitialized random vulnerability

Project curl Security Advisory: libcurl's new internal function that returns a good 32bit random value was implemented poorly and overwrote the pointer instead of writing the value into the buffer the pointer pointed to. This random value is used to generate nonces for Digest and NTLM...

8.1CVSS0.8AI score0.02307EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/12/23 12:00 a.m.•20 views

Several Security Defects in the Bouncy Castle Crypto APIs

The Legion of the Bouncy Castle reports: Release: 1.56 2.1.4 Security Related Changes and CVE's Addressed by this Release: multiple...

0.6AI score
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/12/22 12:00 a.m.•85 views

FreeBSD -- Multiple vulnerabilities of ntp

Problem Description: Multiple vulnerabilities have been discovered in the NTP suite: CVE-2016-9311: Trap crash, Reported by Matthew Van Gundy of Cisco ASIG. CVE-2016-9310: Mode 6 unauthenticated trap information disclosure and DDoS vector. Reported by Matthew Van Gundy of Cisco ASIG. CVE-2016-742...

7.5CVSS0.6AI score0.52935EPSS
SaveExploits12
FreeBSD
FreeBSD
•added 2016/12/21 12:00 a.m.•41 views

xen-kernel -- x86 PV guests may be able to mask interrupts

The Xen Project reports: Certain PV guest kernel operations page table writes in particular need emulation, and use Xen's general x86 instruction emulator. This allows a malicious guest kernel which asynchronously modifies its instruction stream to effect the clearing of EFLAGS.IF from the state...

6CVSS6.6AI score0.0043EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/12/21 12:00 a.m.•39 views

cURL -- buffer overflow

The cURL project reports: printf floating point buffer overflow libcurl's implementation of the printf functions triggers a buffer overflow when doing a large floating point output. The bug occurs when the conversion outputs more than 255 bytes...

8.1CVSS4.2AI score0.04935EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/12/20 12:00 a.m.•158 views

Apache httpd -- several vulnerabilities

Apache Software Foundation reports: Please reference CVE/URL list for details...

8.1CVSS7.8AI score0.7907EPSS
SaveExploits8References1
FreeBSD
FreeBSD
•added 2016/12/19 12:00 a.m.•43 views

ikiwiki -- multiple vulnerabilities

Mitre reports: ikiwiki 3.20161219 does not properly check if a revision changes the access permissions for a page on sites with the git and recentchanges plugins and the CGI interface enabled, which allows remote attackers to revert certain changes by leveraging permissions to change the page...

7.5CVSS7.1AI score0.02129EPSS
SaveExploits0References2
FreeBSD
FreeBSD
•added 2016/12/19 12:00 a.m.•54 views

samba -- multiple vulnerabilities

Samba team reports: CVE-2016-2123 Authenticated users can supply malicious dnsRecord attributes on DNS objects and trigger a controlled memory corruption. CVE-2016-2125 Samba client code always requests a forwardable ticket when using Kerberos authentication. This means the target server, which...

8.8CVSS7.1AI score0.09199EPSS
SaveExploits0References3
FreeBSD
FreeBSD
•added 2016/12/19 12:00 a.m.•40 views

xen-kernel -- x86: Mishandling of SYSCALL singlestep during emulation

The Xen Project reports: The typical behaviour of singlestepping exceptions is determined at the start of the instruction, with a DB trap being raised at the end of the instruction. SYSCALL and SYSRET, although we don't implement it behave differently because the typical behaviour allows userspac...

7.8CVSS7AI score0.00424EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/12/16 12:00 a.m.•40 views

squid -- multiple vulnerabilities

Squid security advisory 2016:10 reports: Due to incorrect comparison of request headers Squid can deliver responses containing private data to clients it should not have reached. This problem allows a remote attacker to discover private and sensitive information about another clients browsing...

7.6AI score
SaveExploits0References2
FreeBSD
FreeBSD
•added 2016/12/15 12:00 a.m.•43 views

exim -- DKIM private key leak

The Exim project reports: Exim leaks the private DKIM signing key to the log files. Additionally, if the build option EXPERIMENTALDSNINFO=yes is used, the key material is included in the bounce message...

5.9CVSS1.7AI score0.03098EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/12/15 12:00 a.m.•38 views

powerdns -- multiple vulnerabilities

PowerDNS reports: 2016-02: Crafted queries can cause abnormal CPU usage 2016-03: Denial of service via the web server 2016-04: Insufficient validation of TSIG signatures 2016-05: Crafted zone record can cause a denial of service...

7.8CVSS2.9AI score0.07294EPSS
SaveExploits0References6
FreeBSD
FreeBSD
•added 2016/12/13 12:00 a.m.•49 views

mozilla -- multiple vulnerabilities

Mozilla Foundation reports: CVE-2016-9894: Buffer overflow in SkiaGL CVE-2016-9899: Use-after-free while manipulating DOM events and audio elements CVE-2016-9895: CSP bypass using marquee tag CVE-2016-9896: Use-after-free with WebVR CVE-2016-9897: Memory corruption in libGLES CVE-2016-9898:...

9.8CVSS0.4AI score0.21147EPSS
SaveExploits12References2
FreeBSD
FreeBSD
•added 2016/12/13 12:00 a.m.•45 views

xen-kernel -- x86 CMPXCHG8B emulation fails to ignore operand size override

The Xen Project reports: The x86 instruction CMPXCHG8B is supposed to ignore legacy operand size overrides; it only honors the REX.W override making it CMPXCHG16B. So, the operand size is always 8 or 16. When support for CMPXCHG16B emulation was added to the instruction emulator, this restriction...

3.3CVSS0.7AI score0.00421EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/12/12 12:00 a.m.•19 views

PHP -- Multiple vulnerabilities

The PHP project reports: This is a security release. Several security bugs were fixed in this release...

1AI score
SaveExploits0References2
FreeBSD
FreeBSD
•added 2016/12/08 12:00 a.m.•54 views

PHP -- multiple vulnerabilities

The PHP project reports: Use After Free Vulnerability in unserialize CVE-2016-9936 Invalid read when wddx decodes empty boolean element CVE-2016-9935...

9.8CVSS1.9AI score0.07031EPSS
SaveExploits2References1
FreeBSD
FreeBSD
•added 2016/12/06 12:00 a.m.•66 views

Apache httpd -- denial of service in HTTP/2

modhttp2 reports: The Apache HTTPD web server from 2.4.17-2.4.23 did not apply limitations on request headers correctly when experimental module for the HTTP/2 protocol is used to access a resource. The net result is that a the server allocates too much memory instead of denying the request. This...

7.5CVSS7.7AI score0.7907EPSS
SaveExploits4References2
FreeBSD
FreeBSD
•added 2016/12/06 12:00 a.m.•51 views

Joomla! -- multiple vulnerabilities

The JSST and the Joomla! Security Center report: 20161201 - Core - Elevated Privileges Incorrect use of unfiltered data stored to the session on a form validation failure allows for existing user accounts to be modified; to include resetting their username, password, and user group assignments...

7.5CVSS1.7AI score0.14099EPSS
SaveExploits6References4
FreeBSD
FreeBSD
•added 2016/12/06 12:00 a.m.•36 views

FreeBSD -- link_ntoa(3) buffer overflow

Problem Description: A specially crafted argument can trigger a static buffer overflow in the library, with possibility to rewrite following static buffers that belong to other library functions. Impact: Due to very limited use of the function in the existing applications, and limited length of t...

9.8CVSS1.7AI score0.03699EPSS
SaveExploits1
FreeBSD
FreeBSD
•added 2016/12/06 12:00 a.m.•29 views

FreeBSD -- bhyve(8) virtual machine escape

Problem Description: The bounds checking of accesses to guest memory greater than 4GB by device emulations is subject to integer overflow. Impact: For a bhyve virtual machine with more than 3GB of guest memory configured, a malicious guest could craft device descriptors that could give it access ...

7.8CVSS1.2AI score0.00326EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2016/12/06 12:00 a.m.•27 views

FreeBSD -- Possible login(1) argument injection in telnetd(8)

Problem Description: An unexpected sequence of memory allocation failures combined with insufficient error checking could result in the construction and execution of an argument sequence that was not intended. Impact: An attacker who controls the sequence of memory allocation failures and success...

7.5CVSS2.2AI score0.01875EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2016/12/06 12:00 a.m.•45 views

RabbitMQ -- Authentication vulnerability

Pivotal.io reports: MQTT MQ Telemetry Transport connection authentication with a username/password pair succeeds if an existing username is provided but the password is omitted from the connection request. Connections that use TLS with a client-provided certificate are not affected...

9.8CVSS2.5AI score0.01378EPSS
SaveExploits0References2
FreeBSD
FreeBSD
•added 2016/12/04 12:00 a.m.•183 views

libdwarf -- multiple vulnerabilities

Christian Rebischke reports: libdwarf is vulnerable to multiple issues including arbitrary code execution, information disclosure and denial of service...

9.8CVSS3.7AI score0.05111EPSS
SaveExploits16References1
FreeBSD
FreeBSD
•added 2016/12/02 12:00 a.m.•26 views

ipsec-tools -- remotely exploitable computational-complexity attack

Robert Foggia via NetBSD GNATS reports: The ipsec-tools racoon daemon contains a remotely exploitable computational complexity attack when parsing and storing isakmp fragments. The implementation permits a remote attacker to exhaust computational resources on the remote endpoint by repeatedly...

7.8CVSS3.1AI score0.02928EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/12/01 12:00 a.m.•41 views

chromium -- multiple vulnerabilities

Google Chrome Releases reports: 36 security fixes in this release Please reference CVE/URL list for details...

10CVSS1.7AI score0.11182EPSS
SaveExploits6References1
FreeBSD
FreeBSD
•added 2016/12/01 12:00 a.m.•35 views

dovecot -- Dovecot DoS when passdb dict was used for authentication

Timo Sirainen reports: passdb/userdb dict: Don't double-expand %variables in keys. If dict was used as the authentication passdb, using specially crafted %variables in the username could be used to cause DoS...

7.5CVSS7.5AI score0.0464EPSS
SaveExploits0References2
FreeBSD
FreeBSD
•added 2016/11/30 12:00 a.m.•55 views

Mozilla -- SVG Animation Remote Code Execution

The Mozilla Foundation reports: A use-after-free vulnerability in SVG Animation has been discovered. An exploit built on this vulnerability has been discovered in the wild targeting Firefox and Tor Browser users on Windows...

7.5CVSS4.3AI score0.87423EPSS
SaveExploits13References1
FreeBSD
FreeBSD
•added 2016/11/29 12:00 a.m.•69 views

Roundcube -- arbitrary command execution

The Roundcube project reports steps/mail/sendmail.inc in Roundcube before 1.1.7 and 1.2.x before 1.2.3, when no SMTP server is configured and the sendmail program is enabled, does not properly restrict the use of custom envelope-from addresses on the sendmail command line, which allows remote...

7.5CVSS4.7AI score0.05621EPSS
SaveExploits2References2
FreeBSD
FreeBSD
•added 2016/11/29 12:00 a.m.•42 views

subversion -- Unrestricted XML entity expansion in mod_dontdothat and Subversionclients using http(s)

The Apache Software Foundation reports: The moddontdothat module of subversion and subversion clients using https:// are vulnerable to a denial-of-service attack, caused by exponential XML entity expansion. The attack targets XML parsers causing targeted process to consume excessive amounts of...

6.5CVSS1.8AI score0.0638EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/11/28 12:00 a.m.•40 views

asterisk -- Authentication Bypass

The Asterisk project reports: The chansip channel driver has a liberal definition for whitespace when attempting to strip the content between a SIP header name and a colon character. Rather than following RFC 3261 and stripping only spaces and horizontal tabs, Asterisk treats any non-printable...

1.2AI score
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/11/28 12:00 a.m.•36 views

mozilla -- data: URL can inherit wrong origin after an HTTP redirect

The Mozilla Foundation reports: Redirection from an HTTP connection to a data: URL assigns the referring site's origin to the data: URL in some circumstances. This can result in same-origin violations against a domain if it loads resources from malicious sites. Cross-origin setting of cookies has...

8.8CVSS0.2AI score0.0186EPSS
SaveExploits2References1
FreeBSD
FreeBSD
•added 2016/11/25 12:00 a.m.•68 views

phpMyAdmin -- multiple vulnerabilities

Please reference CVE/URL list for details...

8.1CVSS1.8AI score0.03967EPSS
SaveExploits0References15
FreeBSD
FreeBSD
•added 2016/11/24 12:00 a.m.•36 views

libvncserver -- multiple buffer overflows

libvnc server reports: Two unrelated buffer overflows can be used by a malicious server to overwrite parts of the heap and crash the client or possibly execute arbitrary code...

2.5AI score
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/11/24 12:00 a.m.•33 views

wget -- Access List Bypass / Race Condition

Dawid Golunski reports: GNU wget in version 1.17 and earlier, when used in mirroring/recursive mode, is affected by a Race Condition vulnerability that might allow remote attackers to bypass intended wget access list restrictions specified with -A parameter...

8.1CVSS5.8AI score0.07499EPSS
SaveExploits5References1
FreeBSD
FreeBSD
•added 2016/11/22 12:00 a.m.•42 views

xen-kernel -- guest 32-bit ELF symbol table load leaking host data

The Xen Project reports: Along with their main kernel binary, unprivileged guests may arrange to have their Xen environment load kernel symbol tables for their use. The ELF image metadata created for this purpose has a few unused bytes when the symbol table binary is in 32-bit ELF format. These...

6.5CVSS0.4AI score0.00386EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/11/22 12:00 a.m.•84 views

tomcat -- multiple vulnerabilities

The Apache Software Foundation reports: Important: Remote Code Execution CVE-2016-8735 Important: Information Disclosure CVE-2016-6816...

9.8CVSS2.3AI score0.90338EPSS
SaveExploits7References3
FreeBSD
FreeBSD
•added 2016/11/22 12:00 a.m.•38 views

xen-tools -- delimiter injection vulnerabilities in pygrub

The Xen Project reports: pygrub, the boot loader emulator, fails to quote or sanity check its results when reporting them to its caller. A malicious guest administrator can obtain the contents of sensitive host files an information leak. Additionally, a malicious guest administrator can cause fil...

7.9CVSS0.5AI score0.00441EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/11/22 12:00 a.m.•28 views

xen-kernel -- x86 task switch to VM86 mode mis-handled

The Xen Project reports: LDTR, just like TR, is purely a protected mode facility. Hence even when switching to a VM86 mode task, LDTR loading needs to follow protected mode semantics. This was violated by the code. On SVM AMD hardware: a malicious unprivileged guest process can escalate its...

7.8CVSS1.2AI score0.00452EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/11/22 12:00 a.m.•36 views

xen-tools -- qemu incautious about shared ring processing

The Xen Project reports: The compiler can emit optimizations in qemu which can lead to double fetch vulnerabilities. Specifically data on the rings shared between qemu and the hypervisor which the guest under control can obtain mappings of can be fetched twice during which time the guest can alte...

7.5CVSS4.2AI score0.00295EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/11/22 12:00 a.m.•41 views

xen-kernel -- x86 null segments not always treated as unusable

The Xen Project reports: The Xen x86 emulator erroneously failed to consider the unusability of segments when performing memory accesses. The intended behaviour is as follows: The user data segment %ds, %es, %fs and %gs selectors may be NULL in 32-bit to prevent access. In 64-bit, NULL has a...

7.8CVSS0.9AI score0.0045EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/11/22 12:00 a.m.•48 views

vim -- arbitrary command execution

Mitre reports: vim before patch 8.0.0056 does not properly validate values for the 'filetype', 'syntax' and 'keymap' options, which may result in the execution of arbitrary code if a file with a specially crafted modeline is opened...

7.8CVSS8.1AI score0.25314EPSS
SaveExploits2References2
FreeBSD
FreeBSD
•added 2016/11/22 12:00 a.m.•35 views

xen-kernel -- x86 64-bit bit test instruction emulation broken

The Xen Project reports: The x86 instructions BT, BTC, BTR, and BTS, when used with a destination memory operand and a source register rather than an immediate operand, access a memory location offset from that specified by the memory operand as specified by the high bits of the register source. ...

8.8CVSS1.7AI score0.00509EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2016/11/22 12:00 a.m.•38 views

xen-kernel -- x86 segment base write emulation lacking canonical address checks

The Xen Project reports: Both writes to the FS and GS register base MSRs as well as the WRFSBASE and WRGSBASE instructions require their input values to be canonical, or a GP fault will be raised. When the use of those instructions by the hypervisor was enabled, the previous guard against GP faul...

6CVSS1.1AI score0.00432EPSS
SaveExploits0References1
Total number of security vulnerabilities6659