Lucene search
K
FreebsdRecent

6528 matches found

FreeBSD
FreeBSD
added 3 days ago3 views

Gitlab -- vulnerabilities

Gitlab reports: Improper Access Control issue in Group SAML Identity API impacts GitLab EE Cross-site Scripting issue in Analytics Dashboard impacts GitLab EE Denial of Service issue in Grape API JSON parsing middleware impacts GitLab CE/EE HTML injection issue in certain group setting fields...

8.7CVSS5.4AI score0.00073EPSS
Exploits0References1
FreeBSD
FreeBSD
added 4 days ago4 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.00096EPSS
Exploits0References1
FreeBSD
FreeBSD
added 4 days ago4 views

Erlang/OTP -- SFTP READLINK discloses server filesystem paths

https://github.com/erlang/otp/security/advisories/GHSA-pv7g-pjrq-x2fh reports: The SSH SFTP daemon's handling of SSHFXPREADLINK returned symbolic link targets containing the server's absolute filesystem path, disclosing the backend root prefix to clients. The handler now strips the backend root...

2.3CVSS5.5AI score0.00045EPSS
Exploits0References1
FreeBSD
FreeBSD
added 4 days ago3 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.00044EPSS
Exploits0References1
FreeBSD
FreeBSD
added 4 days ago6 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.00263EPSS
Exploits0References1
FreeBSD
FreeBSD
added 4 days ago3 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.00026EPSS
Exploits0References1
FreeBSD
FreeBSD
added 4 days ago5 views

Erlang/OTP -- stack overflow in ei_s_print_term for very large integer terms

https://github.com/erlang/otp/security/advisories/GHSA-xcxj-5pg2-v72j reports: Fixed a stack overflow in eisprintterm in erlinterface for very large integer terms more than 2000 hexadecimal digits long...

6.9CVSS5.5AI score0.00014EPSS
Exploits0References1
FreeBSD
FreeBSD
added 4 days ago4 views

Erlang/OTP -- FTP passive-mode client does not validate server response IP

https://github.com/erlang/otp/security/advisories/GHSA-24cv-hwgr-37fq reports: The FTP client in passive mode did not validate the IP address returned in the server's response, allowing a compromised or malicious server to redirect the data connection to an arbitrary host. This enables server-sid...

6.5CVSS5.6AI score0.00041EPSS
Exploits0References1
FreeBSD
FreeBSD
added 5 days ago5 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.00096EPSS
Exploits0
FreeBSD
FreeBSD
added 5 days ago3 views

OpenSSL -- Multiple vulnerabilities

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

9.1CVSS5.4AI score0.00096EPSS
Exploits0References1
FreeBSD
FreeBSD
added 5 days ago3 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...

5.8AI score
Exploits0
FreeBSD
FreeBSD
added 5 days ago3 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...

5.7AI score
Exploits0
FreeBSD
FreeBSD
added 5 days ago4 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.6AI score
Exploits0
FreeBSD
FreeBSD
added 5 days ago5 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: ...

5.5AI score
Exploits0
FreeBSD
FreeBSD
added 5 days ago3 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...

5.5AI score
Exploits0
FreeBSD
FreeBSD
added 5 days ago6 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.00033EPSS
Exploits0References1
FreeBSD
FreeBSD
added 5 days ago5 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.00026EPSS
Exploits0
FreeBSD
FreeBSD
added 5 days ago3 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...

5.4AI score
Exploits0
FreeBSD
FreeBSD
added 5 days ago4 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.00033EPSS
Exploits0References1
FreeBSD
FreeBSD
added 5 days ago3 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.00322EPSS
Exploits0
FreeBSD
FreeBSD
added 5 days ago4 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.00019EPSS
Exploits0
FreeBSD
FreeBSD
added 5 days ago4 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...

5.5AI score
Exploits1
FreeBSD
FreeBSD
added 5 days ago7 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...

5.5AI score
Exploits0
FreeBSD
FreeBSD
added 6 days ago3 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...

5.2AI score0.00041EPSS
Exploits0References4
FreeBSD
FreeBSD
added 6 days ago15 views

Apache httpd -- Multiple vulnerabilities

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

9.8CVSS5.4AI score0.00308EPSS
Exploits0References1
FreeBSD
FreeBSD
added 6 days ago6 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...

6AI score
Exploits0References1
FreeBSD
FreeBSD
added 6 days ago5 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.05467EPSS
Exploits2References1
FreeBSD
FreeBSD
added 2026/06/07 12:0 a.m.5 views

Weechat -- Multiple vulnerabilities

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

5.4AI score
Exploits0References7
FreeBSD
FreeBSD
added 2026/06/07 12:0 a.m.3 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...

5.4AI score
Exploits0References3
FreeBSD
FreeBSD
added 2026/06/04 12:0 a.m.4 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...

5.3AI score0.0022EPSS
Exploits0References1
FreeBSD
FreeBSD
added 2026/06/04 12:0 a.m.3 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
Exploits0References2
FreeBSD
FreeBSD
added 2026/06/02 12:0 a.m.26 views

Apache httpd -- DoS exploit in HTTP/2

Calif security reports: Remote DoS in modhttp2...

7.5CVSS5.8AI score0.00374EPSS
Exploits4References1
FreeBSD
FreeBSD
added 2026/06/01 12:0 a.m.7 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.00014EPSS
Exploits0References2
FreeBSD
FreeBSD
added 2026/06/01 12:0 a.m.8 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.00014EPSS
Exploits0References2
FreeBSD
FreeBSD
added 2026/05/31 12:0 a.m.4 views

Weechat -- Multiple vulnerabilities

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

5.4AI score
Exploits0References3
FreeBSD
FreeBSD
added 2026/05/29 12:0 a.m.3 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.5AI score0.00052EPSS
Exploits0References1
FreeBSD
FreeBSD
added 2026/05/29 12:0 a.m.3 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...

5.5AI score0.00052EPSS
Exploits0References1
FreeBSD
FreeBSD
added 2026/05/28 12:0 a.m.9 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.8AI score
Exploits0References1
FreeBSD
FreeBSD
added 2026/05/28 12:0 a.m.18 views

MariaDB -- Multiple vulnerabilities

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

10CVSS5.8AI score0.00053EPSS
Exploits0References4
FreeBSD
FreeBSD
added 2026/05/27 12:0 a.m.6 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.00064EPSS
Exploits0References1
FreeBSD
FreeBSD
added 2026/05/27 12:0 a.m.14 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.00021EPSS
Exploits0References1
FreeBSD
FreeBSD
added 2026/05/27 12:0 a.m.10 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...

7CVSS5.9AI score0.00026EPSS
Exploits0References1
FreeBSD
FreeBSD
added 2026/05/27 12:0 a.m.13 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.00051EPSS
Exploits0References1
FreeBSD
FreeBSD
added 2026/05/27 12:0 a.m.10 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.00156EPSS
Exploits0References1
FreeBSD
FreeBSD
added 2026/05/25 12:0 a.m.14 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...

5.9AI score0.00024EPSS
Exploits0References1
FreeBSD
FreeBSD
added 2026/05/24 12:0 a.m.14 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
Exploits0References4
FreeBSD
FreeBSD
added 2026/05/24 12:0 a.m.12 views

Roundcube Webmail -- Multiple vulnerabilities

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

5.8AI score
Exploits0References1
FreeBSD
FreeBSD
added 2026/05/22 12:0 a.m.12 views

putty -- multiple security vulnerabilities

Simon Tatham reports: These features are new in PuTTY 0.84: Security issue: fixed a remotely triggerable double-free in RSA key exchange. We don't know of any way it is exploitable to execute code. Minor security issue: fixed a remotely triggerable crash in NIST ECDSA signature verification. An...

5.9AI score
Exploits0References2
FreeBSD
FreeBSD
added 2026/05/22 12:0 a.m.25 views

nginx -- heap buffer overflow in ngx_http_rewrite_module

The nginx developers report: A heap memory buffer overflow might occur in a worker process when using a configuration with overlapping captures in ngxhttprewritemodule, potentially resulting in arbitrary code execution CVE-2026-9256...

9.2CVSS6.3AI score0.00076EPSS
Exploits3References1
FreeBSD
FreeBSD
added 2026/05/20 12:0 a.m.10 views

FreeBSD -- Incorrect libcap_net limitation list manipulation

Problem Description: In the case of the capnet service, when a key present in the old limit was omitted from the new limit, the missing key was treated as "allow any" instead of being rejected. Impact: In certain scenarios, an application that had previously restricted a subset of network...

6.5CVSS5.8AI score0.00061EPSS
Exploits0
Total number of security vulnerabilities6528