Lucene search
+L
FreebsdRecent

6611 matches found

FreeBSD
FreeBSD
added 2025/07/11 12:0 a.m.5 views

qt6-base -- DoS in QColorTransferGenericFunction

Andy Shaw reports: When passing values outside of the expected range to QColorTransferGenericFunction it can cause a denial of service, for example, this can happen when passing a specifically crafted ICC profile to QColorSpace::fromICCProfile...

2.3CVSS6.3AI score0.00278EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/10 12:0 a.m.6 views

liboqs -- Secret-dependent branching in HQC

The OpenQuantumSafe project reports: Secret-dependent branching in HQC reference implementation when compiled with Clang 17-20 for optimizations above -O0...

5.9CVSS6.6AI score0.002EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/10 12:0 a.m.23 views

mod_http2 -- Multiple vulnerabilities

The modhttp2 project reports: a client can increase memory consumption for a HTTP/2 connection via repeated request header names,leading to denial of service certain proxy configurations whith modproxyhttp2 as the backend, an assertion can be triggered by certain requests, leading to denial of...

7.5CVSS7.2AI score0.04576EPSS
SaveExploits1References1
FreeBSD
FreeBSD
added 2025/07/10 12:0 a.m.6 views

Apache Tomcat -- Multiple Vulnerabilities

[email protected] reports: A race condition on connection close could trigger a JVM crash when using the APR/Native connector leading to a DoS. This was particularly noticeable with client initiated closes of HTTP/2 connections. An uncontrolled resource consumption vulnerability if an HTTP/2...

7.1AI score
SaveExploits0References3
FreeBSD
FreeBSD
added 2025/07/10 12:0 a.m.75 views

Apache httpd -- Multiple vulnerabilities

The Apache httpd project reports: moderate: Apache HTTP Server: HTTP response splitting CVE-2024-42516 low: Apache HTTP Server: SSRF with modheaders setting Content-Type header CVE-2024-43204 moderate: Apache HTTP Server: SSRF on Windows due to UNC paths CVE-2024-43394 low: Apache HTTP Server:...

9.1CVSS7.3AI score0.04576EPSS
SaveExploits2References1
FreeBSD
FreeBSD
added 2025/07/09 12:0 a.m.9 views

Gitlab -- vulnerabilities

Gitlab reports: Cross-site scripting issue impacts GitLab CE/EE Improper authorization issue impacts GitLab CE/EE Improper authorization issue impacts GitLab EE Improper authorization issue impacts GitLab EE...

8.7CVSS6.8AI score0.00492EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/09 12:0 a.m.10 views

GnuTLS -- multiple vulnerabilities

Daiki Ueno reports: libgnutls: Fix heap read buffer overrun in parsing X.509 SCTS timestamps Spotted by oss-fuzz and reported by OpenAI Security Research Team, and fix developed by Andrew Hamilton. GNUTLS-SA-2025-07-07-1, CVSS: medium CVE-2025-32989 libgnutls: Fix double-free upon error when...

8.2CVSS6.6AI score0.01185EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/08 12:0 a.m.7 views

rubygem-resolv -- Possible denial of service

Manu reports: The vulnerability is caused by an insufficient check on the length of a decompressed domain name within a DNS packet. An attacker can craft a malicious DNS packet containing a highly compressed domain name. When the resolv library parses such a packet, the name decompression process...

7.5CVSS6.1AI score0.00539EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/07 12:0 a.m.7 views

MongoDB -- Incorrect Handling of incomplete data may prevent mongoS from Accepting New Connections

[email protected] reports: MongoDB Server's mongos component can become unresponsive to new connections due to incorrect handling of incomplete data. This affects MongoDB when configured with load balancer support. Required Configuration: This affects MongoDB sharded clusters when configured with...

7.5CVSS6.6AI score0.00307EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/07 12:0 a.m.8 views

MongoDB -- may be susceptible to privilege escalation due to $mergeCursors stage

[email protected] reports: An unauthorized user may leverage a specially crafted aggregation pipeline to access data without proper authorization due to improper handling of the $mergeCursors stage in MongoDB Server. This may lead to access to data without further authorisation...

7.7CVSS6.4AI score0.00343EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/07 12:0 a.m.7 views

MongoDB -- may be susceptible to DoS due to Accumulated Memory Allocation

[email protected] reports: MongoDB Server may be susceptible to disruption caused by high memory usage, potentially leading to server crash. This condition is linked to inefficiencies in memory management related to internal operations. In scenarios where certain internal processes persist longer...

6.5CVSS6.5AI score0.00282EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/07 12:0 a.m.7 views

MongoDB -- Incomplete Redaction of Sensitive Information in MongoDB Server Logs

[email protected] reports: An issue has been identified in MongoDB Server where unredacted queries may inadvertently appear in server logs when certain error conditions are encountered...

4.9CVSS6.5AI score0.00239EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/07 12:0 a.m.7 views

mongodb -- Certain Queries May Cause MongoDB Server to Crash

[email protected] reports: An authorized user can issue queries with duplicate id fields, that leads to unexpected behavior in MongoDB Server, which may result to crash. This issue can only be triggered by authorized users and cause Denial of Service. This issue affects MongoDB Server v8.1 version...

6.5CVSS6.9AI score0.00282EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/06 12:0 a.m.7 views

redis,valkey -- DoS Vulnerability due to bad connection error handling

@julienperriercornet reports: An unauthenticated connection can cause repeated IP protocol errors, leading to client starvation and, ultimately, a denial of service...

7.5CVSS7.3AI score0.00733EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/07/06 12:0 a.m.7 views

redis,valkey -- Out of bounds write in hyperloglog commands leads to RCE

Seunghyun Lee reports: An authenticated user may use a specially crafted string to trigger a stack/heap out of bounds write on hyperloglog operations, potentially leading to remote code execution...

7.8CVSS7.8AI score0.03967EPSS
SaveExploits4References1
FreeBSD
FreeBSD
added 2025/07/02 12:0 a.m.9 views

FreeBSD -- Use-after-free in multi-threaded xz decoder

Problem Description: A worker thread could free its input buffer after decoding, while the main thread might still be writing to it. This leads to an use-after-free condition on heap memory. Impact: An attacker may use specifically crafted .xz file to cause multi-threaded xz decoder to crash, or...

8.7CVSS7.5AI score0.00647EPSS
SaveExploits0
FreeBSD
FreeBSD
added 2025/07/02 12:0 a.m.8 views

ModSecurity -- empty XML tag causes segmentation fault

[email protected] reports: ModSecurity is an open source, cross platform web application firewall WAF engine for Apache, IIS and Nginx. In versions 2.9.8 to before 2.9.11, an empty XML tag can cause a segmentation fault. If SecParseXmlIntoArgs is set to On or OnlyArgs, and the reques...

6.5CVSS7.1AI score0.00346EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/30 12:0 a.m.12 views

chromium -- multiple security fixes

Chrome Releases reports: This update includes 1 security fix: 427663123 High CVE-2025-6554: Type Confusion in V8...

8.1CVSS7.4AI score0.0863EPSS
SaveExploits5References1
FreeBSD
FreeBSD
added 2025/06/30 12:0 a.m.11 views

podman -- TLS connection used to pull VM images was not validated

RedHat, Inc. reports: A flaw was found in Podman. The podman machine init command fails to verify the TLS certificate when downloading the VM images from an OCI registry. This issue results in a Man In The Middle attack...

8.3CVSS6.2AI score0.00397EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/26 12:0 a.m.9 views

MongoDB -- Race condition in privilege cache invalidation cycle

NVD reports: Under certain conditions, an authenticated user request may execute with stale privileges following an intentional change by an authorized administrator...

5.4CVSS7.4AI score0.00147EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/26 12:0 a.m.7 views

MongoDB -- Pre-authentication Denial of Service Stack Overflow Vulnerability in JSON Parsing via Excessive Recursion in MongoDB

[email protected] reports: MongoDB Server may be susceptible to stack overflow due to JSON parsing mechanism, where specifically crafted JSON inputs may induce unwarranted levels of recursion, resulting in excessive stack space consumption. Such inputs can lead to a stack overflow that causes the...

7.5CVSS7.5AI score0.00307EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/26 12:0 a.m.11 views

kanboard -- Password Reset Poisoning via Host Header Injection

GitHub Security Advisories reports: Kanboard allows password reset emails to be sent with URLs derived from the unvalidated Host header when the applicationurl configuration is unset default behavior. This allows an attacker to craft a malicious password reset link that leaks the token to an...

8.8CVSS7.3AI score0.00454EPSS
SaveExploits1References1
FreeBSD
FreeBSD
added 2025/06/26 12:0 a.m.5 views

gstreamer1-plugins-bad -- stack buffer overflow in H.266 video parser

GStreamer Security Center reports: It is possible for a malicious third party to trigger a buffer overflow that can result in a crash of the application and possibly also allow code execution through stack manipulation...

7.8CVSS7.7AI score0.00325EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/26 12:0 a.m.7 views

MongoDB -- Running certain aggregation operations with the SBE engine may lead to unexpected behavior

[email protected] reports: An authenticated user may trigger a use after free that may result in MongoDB Server crash and other unexpected behavior, even if the user does not have authorization to shut down a server. The crash is triggered on affected versions by issuing an aggregation framework...

8.8CVSS7.1AI score0.00219EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/26 12:0 a.m.6 views

MongoDB -- Pre-Authentication Denial of Service Vulnerability in MongoDB Server's OIDC Authentication

NVD reports: The MongoDB Server is susceptible to a denial of service vulnerability due to improper handling of specific date values in JSON input when using OIDC authentication. This can be reproduced using the mongo shell to send a malicious JSON payload leading to an invariant failure and serv...

7.5CVSS7.2AI score0.00466EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/25 12:0 a.m.7 views

Gitlab -- Vulnerabilities

Gitlab reports: Denial of Service impacts GitLab CE/EE Missing Authentication issue impacts GitLab CE/EE Improper access control issue impacts GitLab CE/EE Elevation of Privilege impacts GitLab CE/EE Improper access control issue impacts GitLab EE...

8.8CVSS7.3AI score0.00311EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/24 12:0 a.m.5 views

Mozilla -- exploitable crash

[email protected] reports: A use-after-free in FontFaceSet resulted in a potentially exploitable crash...

9.8CVSS7.4AI score0.03097EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/24 12:0 a.m.9 views

chromium -- multiple security fixes

Chrome Releases reports: This update includes 11 security fixes: 407328533 Medium CVE-2025-6555: Use after free in Animation. Reported by Lyra Rebane rebane2001 on 2025-03-30 40062462 Low CVE-2025-6556: Insufficient policy enforcement in Loader. Reported by Shaheen Fazim on 2023-01-02 406631048 L...

5.4CVSS8AI score0.00177EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/24 12:0 a.m.9 views

Mozilla -- persistent UUID that identifies browser

[email protected] reports: An attacker who enumerated resources from the WebCompat extension could have obtained a persistent UUID that identified the browser, and persisted between containers and normal/private browsing mode, but not profiles. This vulnerability affects Firefox 140, Firefox E...

4.3CVSS5.9AI score0.00247EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/24 12:0 a.m.9 views

firefox -- multiple vulnerabilities

[email protected] reports: An attacker was able to bypass the connect-src directive of a Content Security Policy by manipulating subdocuments. This would have also hidden the connections from the Network tab in Devtools. When Multi-Account Containers was enabled, DNS requests could have bypass...

9.8CVSS7AI score0.02917EPSS
SaveExploits0References6
FreeBSD
FreeBSD
added 2025/06/24 12:0 a.m.8 views

firefox -- multiple vulnerabilities

[email protected] reports: Firefox could have incorrectly parsed a URL and rewritten it to the youtube.com domain when parsing the URL specified in an embed tag. This could have bypassed website security checks that restricted which domains users were allowed to embed. When a file download is...

6.5CVSS6.5AI score0.00283EPSS
SaveExploits0References2
FreeBSD
FreeBSD
added 2025/06/18 12:0 a.m.8 views

clamav -- ClamAV PDF Scanning Buffer Overflow Vulnerability

Cisco reports: A vulnerability in the PDF scanning processes of ClamAV could allow an unauthenticated, remote attacker to cause a buffer overflow condition, cause a denial of service DoS condition, or execute arbitrary code on an affected device. This vulnerability exists because memory buffers a...

9.8CVSS9.4AI score0.01535EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/18 12:0 a.m.24 views

clamav -- ClamAV UDF File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability

Cisco reports: A vulnerability in Universal Disk Format UDF processing of ClamAV could allow an unauthenticated, remote attacker to cause a denial of service DoS condition on an affected device. This vulnerability is due to a memory overread during UDF file scanning. An attacker could exploit thi...

7.5CVSS7.3AI score0.00696EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/18 12:0 a.m.7 views

quiche -- Multiple vulnerabilities

Quiche Releases reports: This update includes 2 security fixes: Medium CVE-2025-4820: Incorrect congestion window growth by optimistic ACK. Reported by Louis Navarre on 2025-06-18. High CVE-2025-4821: Incorrect congestion window growth by invalid ACK ranges. Reported by Louis Navarre on 2025-06-1...

7.5CVSS7.1AI score0.00723EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/17 12:0 a.m.13 views

xorg server -- Multiple vulnerabilities

The X.Org project reports: CVE-2025-49176: Integer overflow in Big Requests Extension The Big Requests extension allows requests larger than the 16-bit length limit. It uses integers for the request length and checks for the size not to exceed the maxBigRequestSize limit, but does so after...

7.3CVSS7.5AI score0.00308EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/17 12:0 a.m.7 views

xorg server -- Multiple vulnerabilities

The X.Org project reports: CVE-2025-49175: Out-of-bounds access in X Rendering extension Animated cursors The X Rendering extension allows creating animated cursors providing a list of cursors. By default, the Xserver assumes at least one cursor is provided while a client may actually pass no...

7.8CVSS7.6AI score0.00367EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/17 12:0 a.m.7 views

chromium -- multiple security fixes

Chrome Releases reports: This update includes 3 security fixes: 420697404 High CVE-2025-6191: Integer overflow in V8. Reported by Shaheen Fazim on 2025-05-27 421471016 High CVE-2025-6192: Use after free in Profiler. Reported by Chaoyuan Peng @ret2happy on 2025-05-31...

8.8CVSS8.2AI score0.09544EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/16 12:0 a.m.6 views

Erlang - Absolute Path in Zip Module

https://github.com/erlang/otp/security/advisories/GHSA-9g37-pgj9-wrhc reports: Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in Erlang OTP stdlib modules allows Absolute Path Traversal, File Manipulation. This vulnerability is associated with program...

4.8CVSS6.9AI score0.00227EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/12 12:0 a.m.11 views

PostgreSQL JDBC library -- Improper Authentication

PostgreSQL JDBC Driver project reports: Client Allows Fallback to Insecure Authentication Despite channelBinding=require configuration. Fix channel binding required handling to reject non-SASL authentication Previously, when channel binding was set to "require", the driver would silently ignore...

8.2CVSS8.3AI score0.00478EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/11 12:0 a.m.9 views

Gitlab -- Vulnerabilities

Gitlab reports: HTML injection impacts GitLab CE/EE Cross-site scripting issue impacts GitLab CE/EE Missing authorization issue impacts GitLab Ultimate EE Denial of Service impacts GitLab CE/EE Denial of Service via unbounded Webhook token names impacts GitLab CE/EE Denial of Service via unbounde...

9.9CVSS6.9AI score0.09025EPSS
SaveExploits3References1
FreeBSD
FreeBSD
added 2025/06/11 12:0 a.m.10 views

Firefox -- Multiple vulnerabilities

[email protected] reports: CVE-2025-49709: Certain canvas operations could have lead to memory corruption. CVE-2025-49710: An integer overflow was present in OrderedHashTable used by the JavaScript engine...

9.8CVSS7.4AI score0.00675EPSS
SaveExploits0References2
FreeBSD
FreeBSD
added 2025/06/10 12:0 a.m.5 views

chromium -- multiple security fixes

Chrome Releases reports: This update includes 2 security fixes: $8000420150619 High CVE-2025-5958: Use after free in Media. Reported by Huang Xilin of Ant Group Light-Year Security Lab on 2025-05-25 NA422313191 High CVE-2025-5959: Type Confusion in V8. Reported by Seunghyun Lee as part of...

8.8CVSS8AI score0.11523EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/04 12:0 a.m.14 views

electron{34,35,36} -- Out of bounds read and write in V8

Electron developers report: This update fixes the following vulnerability: Security: backported fix for CVE-2025-5419...

8.8CVSS8.9AI score0.0645EPSS
SaveExploits3References1
FreeBSD
FreeBSD
added 2025/06/03 12:0 a.m.11 views

Chrome -- Out of bounds read

[email protected] reports: Out of bounds read and write in V8 in Google Chrome prior to 137.0.7151.68 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

8.8CVSS8.8AI score0.0645EPSS
SaveExploits3References1
FreeBSD
FreeBSD
added 2025/06/02 12:0 a.m.9 views

chromium -- multiple security fixes

Chrome Releases reports: This update includes 3 security fixes: 420636529 High CVE-2025-5419: Out of bounds read and write in V8. Reported by Clement Lecigne and Benoît Sevens of Google Threat Analysis Group on 2025-05-27. This issue was mitigated on 2025-05-28 by a configuration change pushed ou...

8.8CVSS7.8AI score0.0645EPSS
SaveExploits3References1
FreeBSD
FreeBSD
added 2025/06/02 12:0 a.m.10 views

ModSecurity -- possible DoS vulnerability

[email protected] reports: ModSecurity is an open source, cross platform web application firewall WAF engine for Apache, IIS and Nginx. Versions prior to 2.9.10 contain a denial of service vulnerability similar to GHSA-859r-vvv8-rm8r/CVE-2025-47947. The sanitiseArg and sanitizeArg -...

6.7AI score
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/06/01 12:0 a.m.23 views

Post-Auth Remote Code Execution found in Roundcube Webmail

Roundcube Webmail reports: Fix Post-Auth RCE via PHP Object Deserialization reported by firs0v...

9.9CVSS7.1AI score0.96775EPSS
SaveExploits29References1
FreeBSD
FreeBSD
added 2025/05/29 12:0 a.m.6 views

Navidrome -- SQL Injection via role parameter

Deluan reports: This vulnerability arises due to improper input validation on the role parameter within the API endpoint /api/artist. Attackers can exploit this flaw to inject arbitrary SQL queries, potentially gaining unauthorized access to the backend database and compromising sensitive user...

9.8CVSS7.7AI score0.00424EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2025/05/29 12:0 a.m.22 views

electron{34,35} -- multiple vulnerabilities

Electron developers report: This update fixes the following vulnerability: Security: backported fix for CVE-2025-4609. Security: backported fix for CVE-2025-4664...

9.6CVSS7.2AI score0.05438EPSS
SaveExploits3References1
FreeBSD
FreeBSD
added 2025/05/29 12:0 a.m.5 views

navidrome -- transcoding permission bypass vulnerability

Deluan Quintão reports: A permission verification flaw in Navidrome allows any authenticated regular user to bypass authorization checks and perform administrator-only transcoding configuration operations, including creating, modifying, and deleting transcoding settings...

8.7CVSS7.2AI score0.00409EPSS
SaveExploits1References1
Total number of security vulnerabilities6611