Lucene search
+L
FreebsdMost viewed

6696 matches found

FreeBSD
FreeBSD
added 2023/08/29 12:00 a.m.51 views

openvpn -- 2.6.0...2.6.6 --fragment option division by zero crash, and TLS data leak

The OpenVPN community project team reports: CVE-2023-46849 OpenVPN versions between 2.6.0 and 2.6.6 incorrectly restore "--fragment" configuration in some circumstances, leading to a division by zero when "--fragment" is used. On platforms where division by zero is fatal, this will cause an OpenV...

9.8CVSS6.7AI score0.01999EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2023/06/14 12:00 a.m.51 views

electron24 -- multiple vulnerabilities

Electron developers report: This update fixes the following vulnerabilities: Security: backported fix for CVE-2023-3079. Security: backported fix for CVE-2023-2933. Security: backported fix for CVE-2023-2932. Security: backported fix for CVE-2023-2931. Security: backported fix for CVE-2023-2936...

8.8CVSS7AI score0.3211EPSS
SaveExploits4References8
FreeBSD
FreeBSD
added 2023/03/29 12:00 a.m.51 views

samba -- multiple vulnerabilities

The Samba Team reports: An incomplete access check on dnsHostName allows authenticated but otherwise unprivileged users to delete this attribute from any object in the directory. The Samba AD DC administration tool, when operating against a remote LDAP server, will by default send new or reset...

7.7CVSS6.1AI score0.00719EPSS
SaveExploits0References3
FreeBSD
FreeBSD
added 2023/03/20 12:00 a.m.51 views

curl -- multiple vulnerabilities

Harry Sintonen reports: CVE-2023-27533 curl supports communicating using the TELNET protocol and as a part of this it offers users to pass on user name and "telnet options" for the server negotiation. Due to lack of proper input scrubbing and without it being the documented functionality, curl...

9.8CVSS7.2AI score0.02195EPSS
SaveExploits6References1
FreeBSD
FreeBSD
added 2023/02/14 12:00 a.m.51 views

git -- Local clone-based data exfiltration with non-local transports

git team reports: Using a specially-crafted repository, Git can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GITDIR/objects directory contains symbolic links c.f., CVE-2022-39253, the objects directory...

5.5CVSS6.9AI score0.0071EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2023/01/24 12:00 a.m.51 views

chromium -- multiple vulnerabilities

Chrome Releases reports: This release contains 6 security fixes, including: 1376354 High CVE-2023-0471: Use after free in WebTransport. Reported by chichoo Kimchichoo and Cassidy Kim@cassidy6564 on 2022-10-19 1405256 High CVE-2023-0472: Use after free in WebRTC. Reported by Cassidy Kim@cassidy656...

8.8CVSS9.1AI score0.00736EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2022/11/04 12:00 a.m.51 views

py39-py -- Regular expression Denial of Service vulnerability

SCH227 reports: The py library through 1.11.0 for Python allows remote attackers to conduct a ReDoS Regular expression Denial of Service attack via a Subversion repository with crafted info data, because the InfoSvnCommand argument is mishandled...

7.5CVSS7.4AI score0.01664EPSS
SaveExploits1References2
FreeBSD
FreeBSD
added 2022/10/20 12:00 a.m.51 views

go -- multiple vulnerabilities

The Go project reports: os, net/http: avoid escapes from os.DirFS and http.Dir on Windows The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permitted access to Windows device files under that root. For example,...

6.9AI score
SaveExploits0References1
FreeBSD
FreeBSD
added 2022/08/22 12:00 a.m.51 views

MariaDB -- Multiple vulnerabilities

The MariaDB project reports: Multiple vulnerabilities, mostly segfaults, in the server component...

7.5CVSS2.8AI score0.51733EPSS
SaveExploits6References1
FreeBSD
FreeBSD
added 2022/05/20 12:00 a.m.51 views

MariaDB -- Multiple vulnerabilities

The MariaDB project reports: MariaDB fixed 23 vulnerabilities across all supported versions...

7.5CVSS4.4AI score0.02458EPSS
SaveExploits23References1
FreeBSD
FreeBSD
added 2022/05/16 12:00 a.m.51 views

mediawiki -- multiple vulnerabilities

Mediawiki reports: T308471 Username is not escaped in the "welcomeuser" message. T308473 Username not escaped in the contributions-title message. T309377, CVE-2022-29248 Update "guzzlehttp/guzzle" to version 6.5.6. T311384, CVE-2022-27776 Update "guzzlehttp/guzzle" to 6.5.8/7.4.5...

8.1CVSS2.6AI score0.03777EPSS
SaveExploits1References1
FreeBSD
FreeBSD
added 2022/02/04 12:00 a.m.51 views

cyrus-sasl -- Escape password for SQL insert/update commands

Cyrus SASL 2.1.x Release Notes New in 2.1.28 reports: Escape password for SQL insert/update commands...

8.8CVSS1.5AI score0.04123EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2021/09/15 12:00 a.m.51 views

seatd-launch -- privilege escalation with SUID

Kenny Levinsen reports: seatd-launch used execlp, which reads the PATH environment variable to search for the requested executable, to execute seatd. This meant that the caller could freely control what executable was loaded by adding a user-writable directory to PATH. If seatd-launch had the SUI...

8.8CVSS2.9AI score0.01063EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2021/07/01 12:00 a.m.51 views

Node.js -- July 2021 Security Releases

Node.js reports: libuv upgrade - Out of bounds read Medium CVE-2021-22918 Node.js is vulnerable to out-of-bounds read in libuv's uvidnatoascii function which is used to convert strings to ASCII. This is called by Node's dns module's lookup function and can lead to information disclosures or...

7.8CVSS2.8AI score0.23132EPSS
SaveExploits4References1
FreeBSD
FreeBSD
added 2021/03/05 12:00 a.m.51 views

go -- encoding/xml: infinite loop when using xml.NewTokenDecoder with a custom TokenReader; archive/zip: panic when calling Reader.Open

The Go project reports: The Decode, DecodeElement, and Skip methods of an xml.Decoder provided by xml.NewTokenDecoder may enter an infinite loop when operating on a custom xml.TokenReader which returns an EOF in the middle of an open XML element. The Reader.Open API, new in Go 1.16, will panic wh...

6.7AI score
SaveExploits0References2
FreeBSD
FreeBSD
added 2021/02/02 12:00 a.m.51 views

www/chromium -- multiple vulnerabilities

Chrome Releases reports: This update include 6 security fixes: 1169317 Critical CVE-2021-21142: Use after free in Payments. Reported by Khalil Zhani on 2021-01-21 1163504 High CVE-2021-21143: Heap buffer overflow in Extensions. Reported by Allen Parker and Alex Morgan of MU on 2021-01-06 1163845...

9.6CVSS1.5AI score0.01128EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2020/08/25 12:00 a.m.51 views

xorg-server -- Multiple input validation failures in X server extensions

The X.org project reports: All theses issuses can lead to local privileges elevation on systems where the X server is running privileged. The handler for the XkbSetNames request does not validate the request length before accessing its contents. An integer underflow exists in the handler for the...

7.8CVSS1.7AI score0.00629EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2019/09/10 12:00 a.m.51 views

Flash Player -- multiple vulnerabilities

Adobe reports: This update resolves a same origin method execution vulnerability that could lead to arbitrary code execution CVE-2019-8069. This update resolves a use-after-free vulnerability that could lead to arbitrary code execution CVE-2019-8070...

10CVSS3AI score0.05916EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2019/08/29 12:00 a.m.51 views

webkit2-gtk3 -- Multiple vulnerabilities

The WebKitGTK project reports many vulnerabilities, including several arbitrary code execution vulnerabilities...

9.3CVSS2.8AI score0.12852EPSS
SaveExploits12References1
FreeBSD
FreeBSD
added 2019/06/28 12:00 a.m.51 views

TYPO3 -- multiple vulnerabilities

TYPO3 news: Please read the corresponding Security Advisories for details...

8.8CVSS1.7AI score0.0226EPSS
SaveExploits1References3
FreeBSD
FreeBSD
added 2018/06/21 12:00 a.m.51 views

FreeBSD -- Lazy FPU State Restore Information Disclosure

Problem Description: A subset of Intel processors can allow a local thread to infer data from another thread through a speculative execution side channel when Lazy FPU state restore is used. Impact: Any local thread can potentially read FPU state information from other threads running on the host...

5.6CVSS0.4AI score0.00611EPSS
SaveExploits0
FreeBSD
FreeBSD
added 2018/02/13 12:00 a.m.51 views

bitmessage -- remote code execution vulnerability

Bitmessage developers report: A remote code execution vulnerability has been spotted in use against some users running PyBitmessage v0.6.2. The cause was identified and a fix has been added and released as 0.6.3.2. Will be updated if/when CVE will be available...

7.9AI score
SaveExploits0References2
FreeBSD
FreeBSD
added 2018/01/23 12:00 a.m.51 views

mozilla -- multiple vulnerabilities

Mozilla Foundation reports: CVE-2018-5091: Use-after-free with DTMF timers CVE-2018-5092: Use-after-free in Web Workers CVE-2018-5093: Buffer overflow in WebAssembly during Memory/Table resizing CVE-2018-5094: Buffer overflow in WebAssembly with garbage collection on uninitialized memory...

10CVSS9AI score0.19785EPSS
SaveExploits0References2
FreeBSD
FreeBSD
added 2018/01/03 12:00 a.m.51 views

awstats -- remote code execution

Mitre reports: Awstats version 7.6 and earlier is vulnerable to a path traversal flaw in the handling of the "config" and "migrate" parameters resulting in unauthenticated remote code execution...

9.8CVSS7.9AI score0.04352EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2017/11/14 12:00 a.m.51 views

mozilla -- multiple vulnerabilities

Mozilla Foundation reports: CVE-2017-7828: Use-after-free of PressShell while restyling layout CVE-2017-7830: Cross-origin URL information leak through Resource Timing API CVE-2017-7831: Information disclosure of exposed properties on JavaScript proxy objects CVE-2017-7832: Domain spoofing throug...

10CVSS7.1AI score0.07345EPSS
SaveExploits0References2
FreeBSD
FreeBSD
added 2017/11/02 12:00 a.m.51 views

OpenSSL -- Multiple vulnerabilities

The OpenSSL project reports: bnsqrx8xinternal carry bug on x8664 CVE-2017-3736 Severity: Moderate There is a carry propagating bug in the x8664 Montgomery squaring procedure. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very...

6.5CVSS6.9AI score0.20968EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2017/10/20 12:00 a.m.51 views

wget -- Stack overflow in HTTP protocol handling

Antti Levomäki, Christian Jalio, Joonas Pihlaja: Wget contains two vulnerabilities, a stack overflow and a heap overflow, in the handling of HTTP chunked encoding. By convincing a user to download a specific link over HTTP, an attacker may be able to execute arbitrary code with the privileges of...

9.3CVSS9.2AI score0.79855EPSS
SaveExploits3References1
FreeBSD
FreeBSD
added 2017/07/24 12:00 a.m.51 views

Supervisord -- An authenticated client can run arbitrary shell commands via malicious XML-RPC requests

mnaberez reports: supervisord can be configured to run an HTTP server on a TCP socket and/or a Unix domain socket. The HTTP server is how supervisorctl communicates with supervisord. If an HTTP server has been enabled, it will always serve both HTML pages and an XML-RPC interface. A vulnerability...

9CVSS8.8AI score0.87378EPSS
SaveExploits10References2
FreeBSD
FreeBSD
added 2016/11/14 12:00 a.m.51 views

moodle -- multiple vulnerabilities

Marina Glancy reports: MSA-16-0023: Question engine allows access to files that should not be available MSA-16-0024: Non-admin site managers may accidentally edit admins via web services MSA-16-0025: Capability to view course notes is checked in the wrong context MSA-16-0026: When debugging is...

4.6AI score
SaveExploits0References1
FreeBSD
FreeBSD
added 2016/11/02 12:00 a.m.51 views

cURL -- multiple vulnerabilities

The cURL project reports cookie injection for other servers case insensitive password comparison OOB write via unchecked multiplication double-free in curlmaprintf double-free in krb5 code glob parser write/read out of bounds curlgetdate read out of bounds URL unescape heap overflow via integer...

9.8CVSS3.4AI score0.06253EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2016/06/28 12:00 a.m.51 views

tiff -- buffer overflow

Mathias Svensson reports: potential buffer write overrun in PixarLogDecode on corrupted/unexpected images...

8.8CVSS3.9AI score0.04438EPSS
SaveExploits2References1
FreeBSD
FreeBSD
added 2016/05/24 12:00 a.m.51 views

typo3 -- Missing access check in Extbase

TYPO3 reports: Extbase request handling fails to implement a proper access check for requested controller/ action combinations, which makes it possible for an attacker to execute arbitrary Extbase actions by crafting a special request. To successfully exploit this vulnerability, an attacker must...

8.1CVSS3.1AI score0.02575EPSS
SaveExploits0References3
FreeBSD
FreeBSD
added 2015/04/14 12:00 a.m.51 views

sqlite -- multiple vulnerabilities

NVD reports: SQLite before 3.8.9 does not properly implement the dequoting of collation-sequence names, which allows context-dependent attackers to cause a denial of service uninitialized memory access and application crash or possibly have unspecified other impact via a crafted COLLATE clause, a...

7.5CVSS7.1AI score0.05684EPSS
SaveExploits0References4
FreeBSD
FreeBSD
added 2014/11/25 12:00 a.m.51 views

wordpress -- multiple vulnerabilities

MITRE reports: wp-login.php in WordPress before 3.7.5, 3.8.x before 3.8.5, 3.9.x before 3.9.3, and 4.x before 4.0.1 might allow remote attackers to reset passwords by leveraging access to an e-mail account that received a password-reset message. wp-includes/http.php in WordPress before 3.7.5, 3.8...

6.8CVSS6.9AI score0.82702EPSS
SaveExploits8
FreeBSD
FreeBSD
added 2014/10/16 12:00 a.m.51 views

libxml2 -- Denial of service

RedHat reports: A denial of service flaw was found in libxml2, a library providing support to read, modify and write XML and HTML files. A remote attacker could provide a specially crafted XML file that, when processed by an application using libxml2, would lead to excessive CPU consumption denia...

5CVSS6.3AI score0.03988EPSS
SaveExploits1References1
FreeBSD
FreeBSD
added 2013/11/12 12:00 a.m.51 views

chromium -- multiple vulnerabilities

Google Chrome Releases reports: 25 security fixes in this release, including: 268565 Medium CVE-2013-6621: Use after free related to speech input elements. Credit to Khalil Zhani. 272786 High CVE-2013-6622: Use after free related to media elements. Credit to cloudfuzzer. 282925 High CVE-2013-6623...

10CVSS0.6AI score0.10117EPSS
SaveExploits5References1
FreeBSD
FreeBSD
added 2013/07/30 12:00 a.m.51 views

chromium -- multiple vulnerabilities

Google Chrome Releases reports: Eleven vulnerabilities, including: 257748 Medium CVE-2013-2881: Origin bypass in frame handling. Credit to Karthik Bhargavan. 260106 High CVE-2013-2882: Type confusion in V8. Credit to Cloudfuzzer. 260165 High CVE-2013-2883: Use-after-free in MutationObserver. Cred...

7.5CVSS1.3AI score0.0287EPSS
SaveExploits5References1
FreeBSD
FreeBSD
added 2013/04/02 12:00 a.m.51 views

FreeBSD -- OpenSSL multiple vulnerabilities

A flaw in the OpenSSL handling of OCSP response verification could be exploited to cause a denial of service attack. OpenSSL has a weakness in the handling of CBC ciphersuites in SSL, TLS and DTLS. The weakness could reveal plaintext in a timing attack...

5CVSS6.8AI score0.1965EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2012/06/04 12:00 a.m.51 views

dns/bind9* -- zero-length RDATA can cause named to terminate, reveal memory

ISC reports: Processing of DNS resource records where the rdata field is zero length may cause various issues for the servers handling them. Processing of these records may lead to unexpected outcomes. Recursive servers may crash or disclose some portion of memory to the client. Secondary servers...

8.5CVSS8.7AI score0.13405EPSS
SaveExploits1References1
FreeBSD
FreeBSD
added 2012/01/30 12:00 a.m.51 views

sudo -- format string vulnerability

Todd Miller reports: Sudo 1.8.0 introduced simple debugging support that was primarily intended for use when developing policy or I/O logging plugins. The sudodebug function contains a flaw where the program name is used as part of the format string passed to the fprintf function. The program nam...

7.2CVSS7.5AI score0.02992EPSS
SaveExploits6References1
FreeBSD
FreeBSD
added 2011/03/07 12:00 a.m.51 views

postfix -- plaintext command injection with SMTP over TLS

Wietse Venema has discovered a software flaw that allows an attacker to inject client commands into an SMTP session during the unprotected plaintext SMTP protocol phase, such that the server will execute those commands during the SMTP- over-TLS protocol phase when all communication is supposed to...

6.8CVSS3AI score0.16334EPSS
SaveExploits1References2
FreeBSD
FreeBSD
added 2010/07/16 12:00 a.m.51 views

webkit-gtk2 -- Multiple vulnerabilities

Gustavo Noronha reports: Debian's Michael Gilbert has done a great job going through all CVEs released about WebKit, and including patches in the Debian package. 1.2.3 includes all of the commits from trunk to fix those, too...

10CVSS8.7AI score0.15733EPSS
SaveExploits7References1
FreeBSD
FreeBSD
added 2008/11/05 12:00 a.m.51 views

libcdaudio -- remote buffer overflow and code execution

securityfocus reports: The 'libcdaudio' library is prone to a remote heap code in the context of an application that uses the library. Failed attacks will cause denial-of-service conditions. A buffer-overflow in Grip occurs when the software processes a response to a CDDB query that has more than...

6.8AI score
SaveExploits0
FreeBSD
FreeBSD
added 2008/05/05 12:00 a.m.51 views

mysql -- MyISAM table privileges security bypass vulnerability

SecurityFocus reports: MySQL is prone to a security-bypass vulnerability. An attacker can exploit this issue to overwrite existing table files in the MySQL data directory, bypassing certain security restrictions...

4.6CVSS6.4AI score0.02588EPSS
SaveExploits2
FreeBSD
FreeBSD
added 2008/02/07 12:00 a.m.51 views

mozilla -- multiple vulnerabilities

The Mozilla Foundation reports of multiple security issues in Firefox, Seamonkey, and Thunderbird. Several of these issues can probably be used to run arbitrary code with the privilege of the user running the program. Web forgery overwrite with div overlay URL token stealing via stylesheet redire...

9.3CVSS7.8AI score0.08633EPSS
SaveExploits6References12
FreeBSD
FreeBSD
added 2007/10/12 12:00 a.m.51 views

rubygem-rails -- JSON XSS vulnerability

Rails core team reports: All users of Rails 1.2.4 or earlier are advised to upgrade to 1.2.5, though it isn't strictly necessary if you aren't working with JSON. For more information the JSON vulnerability, see CVE-2007-3227...

4.3CVSS6.3AI score0.03683EPSS
SaveExploits2
FreeBSD
FreeBSD
added 2005/06/29 12:00 a.m.51 views

drupal -- PHP code execution vulnerabilities

Kuba Zygmunt discovered a flaw in the input validation routines of Drupal's filter mechanism. An attacker could execute arbitrary PHP code on a target site when public comments or postings are allowed...

7.5CVSS6.7AI score0.79071EPSS
SaveExploits8References1
FreeBSD
FreeBSD
added 2004/04/29 12:00 a.m.51 views

libpng denial-of-service

Steve Grubb reports a buffer read overrun in libpng's pngformatbuffer function. A specially constructed PNG image processed by an application using libpng may trigger the buffer read overrun and possibly result in an application crash...

5CVSS7.7AI score0.04107EPSS
SaveExploits0References4
FreeBSD
FreeBSD
added 2003/11/28 12:00 a.m.51 views

bind8 negative cache poison attack

A programming error in BIND 8 named can result in a DNS message being incorrectly cached as a negative response. As a result, an attacker may arrange for malicious DNS messages to be delivered to a target name server, and cause that name server to cache a negative response for some target domain...

4.3CVSS6.3AI score0.0316EPSS
SaveExploits0
FreeBSD
FreeBSD
added 2024/03/12 12:00 a.m.50 views

quiche -- Multiple Vulnerabilities

Quiche Releases reports: This release includes 2 security fixes: CVE-2024-1410: Unbounded storage of information related to connection ID retirement, in quiche. Reported by Marten Seeman @marten-seeman CVE-2024-1765: Unlimited resource allocation by QUIC CRYPTO frames flooding in quiche. Reported...

7.5CVSS6.9AI score0.01175EPSS
SaveExploits0References1
Total number of security vulnerabilities5000