Lucene search
+L
FreebsdRecent

6696 matches found

FreeBSD
FreeBSD
•added 2026/06/10 12:00 a.m.•20 views

Erlang/OTP -- buffer overflow parsing SCTP ERROR/ABORT chunks

https://github.com/erlang/otp/security/advisories/GHSA-6f4f-chj5-5g97 reports: A buffer overflow error when parsing SCTP ERROR or ABORT chunks has been fixed. This could lead to stack corruption and VM crash, but ultimately with hard work by an attacker be refined into maybe even remote code...

8.8CVSS6.1AI score0.00497EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/10 12:00 a.m.•13 views

Erlang/OTP -- httpc leaks authentication headers on cross-host redirect

https://github.com/erlang/otp/security/advisories/GHSA-m75x-4vwg-ggjh reports: The HTTP client httpc in inets now removes Authorization, Proxy-Authorization, Cookie, Referer, and Origin headers when following a redirect to a different host or port, following the requirements of RFC 9110 section...

7.1CVSS5.5AI score0.00335EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/10 12:00 a.m.•16 views

Erlang/OTP -- timing-based username enumeration in SSH password authentication

https://github.com/erlang/otp/security/advisories/GHSA-3w6p-vwhf-wvp4 reports: A timing-based username enumeration vulnerability during password authentication with the userpasswords option has been fixed by performing a dummy PBKDF2 computation for invalid usernames, so authentication timing no...

6.3CVSS5.5AI score0.00354EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/10 12:00 a.m.•15 views

Erlang/OTP -- TLS distribution check_ip flag does not enforce same-LAN constraint

https://github.com/erlang/otp/security/advisories/GHSA-gp7x-mfv6-52cv reports: Erlang distribution over TLS run with the kernel checkip flag now properly enforces connecting nodes to be on the same LAN. Previously the constraint was not enforced...

7.5CVSS5.4AI score0.00194EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•15 views

FreeBSD -- Flaw in Linuxulator execution of setugid binaries

Problem Description: The Linuxulator determined whether a binary was set-user-ID or set-group-ID by checking the PSUGID process flag. During execve2, this flag is not yet set at the point where the auxiliary vector is constructed, so ATSECURE was incorrectly set to zero for set-user-ID and...

7.1CVSS5.5AI score0.00126EPSS
SaveExploits1
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•13 views

FreeBSD -- Integer overflow in vt(4) CONS_HISTORY ioctl

Problem Description: The CONSHISTORY ioctl handler did not adequately validate the requested history size. A large value caused an integer overflow in the buffer size calculation, resulting in a heap allocation smaller than expected. Subsequent initialization of the buffer wrote beyond the end of...

7.8CVSS5.7AI score0.00153EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•14 views

FreeBSD -- Arbitrary file overwrite via the KTLS receive path

Problem Description: The KTLS receive path decrypted each record in place, assuming that the mbufs holding received data were anonymous and safe to modify. This assumption does not hold for data placed on a socket by sendfile2, which can reference file-backed memory directly through non-anonymous...

7.8CVSS5.5AI score0.00176EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•14 views

Elixir -- Denial of service via unbounded integer parsing in Version

PJUllrich reports: The Version module parses numeric version components without length limits. Untrusted input can trigger creation of arbitrary-precision integers, causing CPU and memory exhaustion...

5.1CVSS5.4AI score0.00152EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•28 views

FreeBSD -- Multiple vulnerabilities in OpenSSL

Problem Description: Multiple issues have been reported as part of this advisory with different issues affecting different OpenSSL versions and therefore different FreeBSD versions. Instead of exhaustively listing detailed writeups for each issue, please see the referenced advisory from OpenSSL...

9.1CVSS6.2AI score0.03566EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•18 views

FreeBSD -- Insufficient response validation in the ldns stub resolver

Problem Description: When used as a stub resolver over UDP, ldns failed to verify that a received response belonged to the outstanding query. It did not check that the response source address and port matched the query destination, that the transaction ID matched, or that the question section of...

8.2CVSS5.6AI score0.00147EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•15 views

FreeBSD -- Arm CPU errata may bypass page table permission changes

Problem Description: Some Arm CPUs have errata where the ordering of stores and the TLBI+DSB sequence may be incorrect. If one CPU stores to a virtual address while another CPU invalidates the translation for that address, the second CPU's TLBI+DSB may complete before the first CPU's store has be...

9.1CVSS5.4AI score0.00571EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•15 views

FreeBSD -- Multiple vulnerabilities in unbound

Problem Description: Multiple vulnerabilities have been reported in Unbound. Instead of listing detailed writeups for each issue, please see the upstream advisories referenced below. CVE-2026-32792: Packet of death with DNSCrypt CVE-2026-33278: Possible remote code execution during DNSSEC...

10CVSS6.3AI score0.01272EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•14 views

Elixir -- Denial of service via unbounded integer parsing in Version

PJUllrich reports: The Version module parses numeric version components without length limits. Untrusted input can trigger creation of arbitrary-precision integers, causing CPU and memory exhaustion...

5.1CVSS5.4AI score0.00152EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•37 views

FreeBSD-kernel -- ASLR bypass for setuid executables via procctl(2)

Problem Description: The ELF image activator cleared per-process ASLR preference flags for setuid binaries after the code that computes the PIE base address, rather than before. As a result, a user-requested ASLR disable was still in effect at the point where the base address was chosen. Impact: ...

7.8CVSS5.5AI score0.00153EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•13 views

FreeBSD -- Missing permission check in thr_kill2(2)

Problem Description: When used to deliver a signal to a specific thread, thrkill22 called pcansignal to determine whether the operation was permitted but did not check the result before delivering the signal. The signal was sent even when the permission check failed. The system call returned the...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•39 views

FreeBSD -- Use-after-free bug in the IPV6_MSFILTER socket option handler

Problem Description: The kernel handler for IPV6MSFILTER dropped a serializing lock in order to copy the source-filter list from userspace, then reacquired the lock. During this window another thread could free the multicast filter structure, leaving the handler with a stale pointer to freed...

7.8CVSS5.5AI score0.00153EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•13 views

FreeBSD -- Multiple vulnerabilities in the sound(4) mmap path

Problem Description: The sound4 driver contained two memory-safety errors in its mmap2 support. First, dspmmapsingle validated the requested mapping by checking the sum of the user-supplied offset and length against the buffer size. This addition could overflow, so that a large offset and length...

7.8CVSS5.8AI score0.00153EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•27 views

OpenSSL -- Multiple vulnerabilities

The OpenSSL project reports: Eighteen vulnerabilities in OpenSSL library. Highest classification High...

9.1CVSS5.4AI score0.03566EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/09 12:00 a.m.•19 views

FreeBSD -- sigqueue(2) missing capability mode restriction

Problem Description: sigqueue2 was marked as permitted in capability mode with the introduction of Capsicum in 2011, but the implementation of kernsigqueue did not include a capability mode check restricting signal delivery to the calling process's own PID. Impact: A process in capability mode ca...

6.5CVSS5.4AI score0.00132EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2026/06/08 12:00 a.m.•17 views

strongSwan -- Double-free when destroying certain cloned identities that can lead to remote code execution

R. Elliott Childre reports: The clone method of the identificationt class doesn't correctly handle identities that have an empty but non-NULL encoding. Both objects will point to the same location, resulting in a double-free once the second object is destroyed. This can lead to a crash and could...

7.5CVSS6AI score0.0067EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/08 12:00 a.m.•15 views

Routinator -- CWE-755 Improper Handling of Exceptional Conditions

https://www.nlnetlabs.nl/downloads/routinator/CVE-2026-49235.txt reports: When Routinator encounters a file via RRDP using a specifically crafted Document Type Definition, Routinator crashes. Thanks to X41 D-Sec GmbH for reporting the vulnerability...

8.7CVSS5.2AI score0.00368EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/08 12:00 a.m.•43 views

Apache httpd -- Multiple vulnerabilities

The Apache httpd project reports: See links for details...

9.8CVSS5.4AI score0.01161EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/08 12:00 a.m.•15 views

Routinator -- CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

https://www.nlnetlabs.nl/downloads/routinator/CVE-2026-49233.txt reports: Routinator does not properly check the module component of rsync URIs, which are used to create the file system paths for the Routinator cache. This allows for path traversal by having a module name containing .., potential...

8.3CVSS5.2AI score0.00445EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/08 12:00 a.m.•87 views

caddy -- multiple vulnerabilities

Caddy project reports: Caddy 2.11.4 contains multiple security fixes. GitHub Security Advisory GHSA-qrp7-cvwr-j2c6 reports: Windows-encoded backslashes in request paths could bypass path-scoped authorization rules before files are served by fileserver. GitHub Security Advisory GHSA-f59h-q822-g45g...

8.1CVSS5.2AI score0.00619EPSS
SaveExploits3References4
FreeBSD
FreeBSD
•added 2026/06/08 12:00 a.m.•15 views

chromium -- security fixes

Chrome Releases reports: This update includes 74 security fixes: 516501794 Critical CVE-2026-11628: Use after free in Ozone. 516674532 Critical CVE-2026-11629: Use after free in Ozone. 516677924 Critical CVE-2026-11630: Use after free in File Input. 516691130 Critical CVE-2026-11631: Use after fr...

9.6CVSS5.8AI score0.0219EPSS
SaveExploits4References1
FreeBSD
FreeBSD
•added 2026/06/08 12:00 a.m.•13 views

Routinator -- CWE-20 Improper Input Validation

https://www.nlnetlabs.nl/downloads/routinator/CVE-2026-49234.txt reports: When sending a specifically crafted non-UTF-8 string as select-asn query parameter to the /api/v1/origins endpoint, Routinator crashes. This only affects users who allow API access from untrusted networks. Thanks to X41 D-S...

8.2CVSS5.3AI score0.00266EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/08 12:00 a.m.•12 views

Routinator -- CWE-755 Improper Handling of Exceptional Conditions

https://www.nlnetlabs.nl/downloads/routinator/CVE-2026-49232.txt reports: Routinator exits on any error when accepting incoming HTTP or RTR connections, including ones it can recover from such as running out of file descriptors. This condition can be triggered maliciously by an attacker by openin...

8.7CVSS5.3AI score0.00342EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/07 12:00 a.m.•21 views

Weechat -- Multiple vulnerabilities

The Weechat project reports: See links for detail...

5.4AI score
SaveExploits0References7
FreeBSD
FreeBSD
•added 2026/06/07 12:00 a.m.•15 views

p5-ack -- Multiple issues

Ack project reports: CVE-2026-49147: filename ANSI escape sequences CVE-2026-49146: project .ackrc -A -B -C memory exhaustion CVE-2026-49145: project .ackrc --follow / --files-from file exfiltration...

7.5CVSS5.4AI score0.00609EPSS
SaveExploits0References3
FreeBSD
FreeBSD
•added 2026/06/04 12:00 a.m.•19 views

traefik -- Multiple vulnerabilities

The traefik project releases a new version addressing multiple CVEs: CVE-2026-48020 StripPrefix Route-Level Auth Bypass CVE-2026-48491 SNICheck ignores wildcard TLSOptions mappings, allowing domain-fronted mTLS bypass HTTP/3 mTLS bypass via exact SNI TLSOptions lookup for wildcard and mixed-case...

10CVSS5.3AI score0.00775EPSS
SaveExploits3References1
FreeBSD
FreeBSD
•added 2026/06/04 12:00 a.m.•14 views

h2o -- HTTP/2 state amplification denial of service

h2o project reports: An HTTP/2 attack can combine HPACK decompression state amplification with stalled streams. Depending on server configuration, decoded header state can be retained by stalled streams, causing excessive memory use and denial of service...

5.4AI score
SaveExploits0References2
FreeBSD
FreeBSD
•added 2026/06/03 12:00 a.m.•10 views

tailscale -- Multiple vulnerabilities

Tailscale team reports: Tailscale SSH Unix socket forwarding respects symlink permissions. This fix addresses a security vulnerability described in TS-2026-004. Tailscale Serve Unix socket proxy targets are restricted to the root user. This fix addresses a security vulnerability described in...

5.4AI score
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/02 12:00 a.m.•58 views

Apache httpd -- DoS exploit in HTTP/2

Calif security reports: Remote DoS in modhttp2...

7.5CVSS5.8AI score0.31042EPSS
SaveExploits9References1
FreeBSD
FreeBSD
•added 2026/06/01 12:00 a.m.•18 views

Poppler: integer overflow in tilingPatternFill

https://access.redhat.com/errata/RHSA-2026:24984 reports: A flaw was found in Poppler's Splash backend. A remote attacker could exploit this vulnerability by crafting a malicious PDF file that, when rendered, triggers an integer overflow in the tilingPatternFill function. This overflow leads to a...

7.8CVSS7AI score0.00252EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/06/01 12:00 a.m.•22 views

xorg-server -- Multiple vulnerabilities

X.Org project reports: Multiple issues have been found in the X server and Xwayland implementations published by X.Org for which we are releasing security fixes for in xorg-server-21.1.23 and xwayland-24.1.12...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References2
FreeBSD
FreeBSD
•added 2026/06/01 12:00 a.m.•22 views

xwayland -- Multiple vulnerabilities

X.Org project reports: Multiple issues have been found in the X server and Xwayland implementations published by X.Org for which we are releasing security fixes for in xorg-server-21.1.23 and xwayland-24.1.12...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References2
FreeBSD
FreeBSD
•added 2026/05/31 12:00 a.m.•18 views

Weechat -- Multiple vulnerabilities

The Weechat project reports: See links for detail...

5.4AI score
SaveExploits0References3
FreeBSD
FreeBSD
•added 2026/05/29 12:00 a.m.•12 views

h2o -- heap overrun parsing zero-length SNI

h2o project reports: When h2o receives a TLS or QUIC ClientHello containing a zero-length SNI extension, it can overrun the zero-length hostname while copying it. This can trigger a segmentation fault and cause a denial of service...

5.9CVSS5.5AI score0.00412EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/05/29 12:00 a.m.•13 views

h2o -- stack overflow serving static files on musl libc

h2o project reports: When serving static files, h2o can allocate a file path on the stack using alloca. On systems using musl libc, a large allocation can exceed the default pthread stack size and crash the server, causing a denial of service...

7.5CVSS5.5AI score0.00488EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/05/28 12:00 a.m.•39 views

MariaDB -- Multiple vulnerabilities

The MariaDB project reports: Multiple vulnerabilities in MariaDB Cluster Galera...

10CVSS5.8AI score0.01582EPSS
SaveExploits0References4
FreeBSD
FreeBSD
•added 2026/05/28 12:00 a.m.•11 views

jackson-databind -- multiple vulnerabilities

The Jackson project reports: PolymorphicTypeValidator needs to validate generic type parameters too BasicPolymorphicTypeValidator setting allowIfSubTypeIsArray should validate element type Add java.lang.Comparable in set of "unsafe" polymorphic base types @JsonView by-passed for @JsonUnwrapped...

8.1CVSS6.2AI score0.00892EPSS
SaveExploits1References2
FreeBSD
FreeBSD
•added 2026/05/28 12:00 a.m.•20 views

mail/mailpit -- memory-exhaustion DoS via unbounded JSON body

Mailpit author reports: Sibling-endpoint memory-exhaustion DoS via unbounded JSON body on /api/v1/messages, /api/v1/tags, and /api/v1/message/id/release...

5.3CVSS5.8AI score0.00421EPSS
SaveExploits1References1
FreeBSD
FreeBSD
•added 2026/05/27 12:00 a.m.•60 views

Erlang/OTP -- TLS hostname verification bypass via Subject CommonName fallback and name constraints

https://github.com/erlang/otp/security/advisories/GHSA-22cw-4ph4-6447 reports: Erlang/OTP's TLS hostname verification implements a legacy RFC 6125 fallback that checks the Subject CommonName when the Subject Alternative Name SAN extension is absent, rather than following RFC 9525 which requires...

8.1CVSS5.8AI score0.00338EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/05/27 12:00 a.m.•24 views

Erlang/OTP -- OCSP responder certificate accepted after expiry in public_key

https://github.com/erlang/otp/security/advisories/GHSA-cjxj-wj6x-3fff reports: Erlang/OTP's publickey application fails to validate the validity period of OCSP responder certificates during response verification. An attacker possessing an expired OCSP responder's private key can forge responses...

6.3CVSS5.8AI score0.00316EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/05/27 12:00 a.m.•23 views

Erlang/OTP -- public_key accepts non-CA certificate as intermediate issuer

https://github.com/erlang/otp/security/advisories/GHSA-c99q-jmpx-v8qq reports: Erlang/OTP's publickey application contains a path-validation flaw where non-CA certificates lacking keyUsage extensions can be accepted as intermediate issuers. An attacker with an end-entity certificate issued by a...

8CVSS5.9AI score0.0033EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/05/27 12:00 a.m.•30 views

Gitlab -- vulnerabilities

Gitlab reports: Improper Access Control issue in Duo AI workflow runners impacts GitLab EE Denial of Service issue in Wiki impacts GitLab CE/EE Incorrect Authorization issue in GraphQL WorkItem API impacts GitLab CE/EE Improper Authorization issue in Duo Workflows API impacts GitLab EE Missing...

8.2CVSS5.4AI score0.00471EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/05/27 12:00 a.m.•23 views

chromium -- security fixes

Chrome Releases reports: This update includes 151 security fixes: 505077859 Critical CVE-2026-9872: Out of bounds write in GPU. 507365348 Critical CVE-2026-9873: Use after free in Network. 500609038 Critical CVE-2026-9874: Use after free in Dawn. 507508103 Critical CVE-2026-9875: Out of bounds re...

9.6CVSS6AI score0.00412EPSS
SaveExploits0References1
FreeBSD
FreeBSD
•added 2026/05/25 12:00 a.m.•37 views

OpenEXR -- 3.4.12 fixes multiple vulnerabilities

Cary Phillips reports: The OpenEXR 3.4.12 release addresses the following security vulnerabilities: CVE-2026-45696 OpenEXR htundoimpl heap-buffer-overflow READ via codestream/channel width mismatch in HTJ2K decode CVE-2026-44663 Integer overflow in HTJ2K decoder htundoimpl leading to...

8.3CVSS5.9AI score0.00418EPSS
SaveExploits2References1
FreeBSD
FreeBSD
•added 2026/05/24 12:00 a.m.•24 views

jellyfin -- multiple vulnerabilities

The Jellyfin project reports: Jellyfin Server 10.11.10 fixes three security vulnerabilities: GHSA-f47c-m7gr-q92j: details pending disclosure GHSA-jg92-mrxq-vv75: details pending disclosure GHSA-wwwm-px48-fpvq: details pending disclosure...

5.8AI score
SaveExploits0References4
FreeBSD
FreeBSD
•added 2026/05/24 12:00 a.m.•29 views

Roundcube Webmail -- Multiple vulnerabilities

The Roundcube Webmail project reports: See link for details. No CVE numbers available at the moment...

5.8AI score
SaveExploits0References1
Total number of security vulnerabilities6696