6696 matches found
Keycloak -- multiple vulnerabilities
The Keycloak Team reports: CVE-2026-9793: JWE request object bypasses requestObjectSignatureAlg enforcement CVE-2026-4629: Privilege escalation via hardcoded role mapper injection in manage-clients CVE-2026-14209: Keycloak Admin UI Extension brute-force-user User Disclosure via search=id: under...
jenkins -- multiple vulnerabilities
Jenkins Security Advisory 2026-08-05: SECURITY-3911 / CVE-2026-70426: Agent-to-controller deserialization filter bypass Critical SECURITY-3930 / CVE-2026-70427: Link following vulnerability allows arbitrary file creation High SECURITY-3927 / CVE-2026-70428: Path traversal vulnerability in file...
phpmyfaq -- multiple vulnerabilities
phpMyFAQ team reports: The WebAuthn login flow never persists the challenge it issues, so the replay guard never runs. An attacker who captures a valid assertion can replay it to authenticate as the victim. The brute-force throttle protecting the administration two-factor prompt is scoped to the...
Weechat -- Multiple vulnerabilities
The Weechat project reports: core: fix buffer overflow in display of time in chat area with a custom time format core: fix integer overflow in size calculation when evaluating "$hide:..." and "$baseencode:..." core: fix possible buffer overflow in command /color alias core: fix possible buffer...
ejabberd -- Multiple security vulnerabilities
ejabberd team reports: It's possible to craft PLAIN auth request and authenticate as one user, but then open session for different one. modcaps persistent cache can be poisoned by using legacy version requests.This cache was only used to determine list of nodes that should trigger notifications i...
erlang -- SSH plaintext recovery attack against CBC ciphers
The Erlang/OTP team reports: The SSH client and server now reject incoming packets not aligned to the cipher block size as required by RFC 4253 section 6. For CBC ciphers, a timing-safe "packet discard" mechanism CVE-2008-5161 mitigation ensures structural errors are indistinguishable from MAC...
FreeBSD -- Missing MAC validation in wg(4) packet decryption
Problem Description: After dispatching a decrypt operation to OCF and receiving the result, the wg4 driver failed to check whether the MAC verification step succeeded. The driver thus silently accepted packets with an invalid Poly1305 authentication tag. Impact: A remote attacker who can send UDP...
FreeBSD -- Kernel stack disclosure via timer_settime(2)
Problem Description: To retrieve the previous timer value, the kernel calls realtimergettime, which obtains the current time for the timer's clock. For a timer using CLOCKTAI this can fail when no TAI offset has been configured, but the error return was not checked, so the uninitialized output...
Gitlab -- vulnerabilities
Gitlab reports: Sensitive Information Exposure issue in Workhorse impacts GitLab CE/EE Mass Assignment issue in Pipeline Schedule API impacts GitLab CE/EE Denial of Service issue in Merge Request Discussions impacts GitLab CE/EE Race Condition issue in merge request approval rules impacts GitLab ...
NetBird -- Local Privilege Escalation via Unauthenticated IPC Socket
The NetBird Team reports: The NetBird client daemon exposes its gRPC control interface to any local process with no authentication, in all versions from 0.5.0 March 2022 to 0.75.1. On Linux, macOS and FreeBSD the interface is a Unix domain socket /var/run/netbird.sock with world-readable/writable...
FreeBSD -- Heap out-of-bounds access in semctl(2)
Problem Description: The GETALL and SETALL commands in semctl2 recorded the number of semaphores in the target set, dropped the lock protecting the set, allocated a buffer sized for that count, and reacquired the lock. A sequence-number check was used to verify that the set had not been replaced ...
FreeBSD -- ktrace(2) privilege incorrectly validated in jails
Problem Description: As an inadvertent side effect of an unrelated code change, PRIVKTRACE was always denied to a jailed root user. Tracing configured by a jailed root user was therefore not flagged as privileged. Impact: An unprivileged user in a jail that has permission to debug the target...
FreeBSD -- Use-after-free in kqueue copy-on-fork
Problem Description: While the kernel was copying knotes during fork, a knote with a timer-based filter could fire and be enqueued on the kqueue's active list before the copy was complete. The copy routine did not account for this and could enqueue the new knote a second time, corrupting the acti...
chromium -- security fixes
Chrome Releases reports: This update includes 370 security fixes: 514442821 Critical CVE-2026-17650: Use after free in Compositing. 517307966 Critical CVE-2026-17651: Insufficient validation of untrusted input in Dawn. 519262990 Critical CVE-2026-17652: Use after free in Views. 520514458 Critical...
FreeBSD -- Race condition in ELF core dump segment counting
Problem Description: The ELF core dump code counted the number of dumpable VM map entries, allocated a buffer for the corresponding program headers, then iterated over the map a second time to populate them. A process sharing the address space via rfork2 can mutate the map between the two passes,...
DNSDist, PowerDNS, PowerDNS Recursor -- vulnerability
CVE-2026-52682: A crafted DNS packet can cause increased memory and CPU consumption...
mailpit -- WebSocket origin check bypass via percent-encoded path
Mailpit author reports: The cross-site WebSocket hijacking fix was reimplemented as an origin check gated on a raw-URI prefix test, but Go's ServeMux routes on the percent-decoded path, so requesting /%61pi/events reaches the WebSocket handler while skipping the only origin control, and the...
Erlang/OTP -- binary_to_term crash on crafted BIT_BINARY_EXT input
https://github.com/erlang/otp/security/advisories/GHSA-54pw-5645-jh86 reports: A specially crafted External Term Format ETF payload of merely 7 bytes triggers a crash in the BEAM virtual machine when processed by binarytoterm/1,2. The BITBINARYEXT tag with specific parameters causes an unsigned...
Erlang/OTP -- relative path traversal in the zip module
The Erlang/OTP team reports: Fixed a bug where zip:unzip/1,2 and zip:extract/1,2 were vulnerable to a relative path traversal attack. A crafted zip archive containing entry names such as ../x/y could have caused files to be written outside the intended extraction directory...
Erlang/OTP -- denial of service in epmd
The Erlang/OTP team reports: Mitigated a denial of service attack in epmd...
Erlang/OTP -- (D)TLS-1.2 server certificate verification bypass
https://github.com/erlang/otp/security/advisories/GHSA-c6cw-pr89-w882 reports: The OTP TLS/DTLS client pre TLS-1.3 does not verify that the cipher suite selected by the server in ServerHello is one of those offered in ClientHello. A man-in-the-middle attacker can select an anonymous cipher suite...
Erlang/OTP -- TLS denial of service using invalid certificate chains
https://github.com/erlang/otp/security/advisories/GHSA-r5jr-mq46-vmhw reports: A TLS/DTLS peer can crash the remote node by sending a certificate chain containing two mutually cross-signed certificates in unordered form. When the receiving side attempts to build a valid chain path, it enters...
Erlang/OTP -- denial of service via exponential certificate policy tree growth
https://github.com/erlang/otp/security/advisories/GHSA-622p-qfh6-c352 reports: A remote attacker can trigger a denial of service through TLS certificate handling. By sending a specially crafted certificate chain with multiple certificate policies at each level, the policy tree expands exponential...
Erlang/OTP -- heap corruption decoding invalidly encoded large tuples
The Erlang/OTP team reports: Fixed heap corruption when an invalidly encoded tuple with an arity of 2^31 or larger is decoded from Erlang's External Term Format binarytoterm...
Erlang/OTP -- megaco flex scanner buffer overflow
https://github.com/erlang/otp/security/advisories/GHSA-7xgh-gmgf-q2g7 reports: A remote unauthenticated attacker can crash Erlang nodes running the megaco text codec with the flex scanner option by sending an H.248/Megaco message with a property parm name exceeding 452 bytes. The overflow occurs ...
Weechat -- Multiple vulnerabilities
The Weechat project reports: Use-after-free and double free when a remote relay sends an event with an array as body. Use-after-free in the irc plugin when a batched message disconnects the server. Stack buffer overflow when building a JOIN command with channel keys...
Vaultwarden -- multiple vulnerabilities
The Vaultwarden project reports: SSRF via the icon endpoint GHSA-hw4g-2v3f-74x5 GHSA-vh5m-fc9v-m84g Medium, 5.8 / 6.3 Cross-Organization Cipher Access GHSA-xwf8-pjh7-h589 Medium, 5.9 Organization Policy Bypass on Directory Import GHSA-88qc-6ch9-mc3j Medium, 5.5 Send Access-Count Bypass...
chromium -- security fixes
Chrome Releases reports: This update includes 4 security fixes: 518237034 High CVE-2026-16807: Out of bounds write in Codecs. 522064153 High CVE-2026-16806: Use after free in WebMCP. 523292588 High CVE-2026-16805: Use after free in Blink. 524721670 High CVE-2026-16804: Use after free in Input...
GoLand -- Multiple vulnerabilities
https://www.jetbrains.com/privacy-security/issues-fixed/ reports: In JetBrains GoLand before 2026.2 arbitrary code execution was possible before granting project trust in the Go Modules integration In JetBrains GoLand before 2026.2 sensitive configuration values written to log files by default...
PowerDNS Recursor -- multiple vulnerabilities
PowerDNS Team reports: CVE-2026-52688: RRSIGs with too few labels can lead to bypass of DNSSEC wildcard validation CVE-2026-52686: Wildcard CNAME proof validation bypass¶...
unbound -- multiple vulnerabilities
NLnet Labs reports: This release consolidates security fixes for issues reported over a period of time. There are fixes for: CVE-2026-14586: Assertion in libngtcp2 when under pressure in high concurrency DNS-over-QUIC environments. CVE-2026-32665: Remote DNS-over-QUIC denial of service due to...
MySQL 9.7 -- Multiple vulnerabilities
The Oracle Critical Patch Update of July 2026 addresses 54 issues in Oracle MySQL, 43 of which apply to the MySQL 9.7 series and to the MySQL Router shipped with these ports. The 9.7 branch is affected by every server issue of the 8.4 branch plus twelve additional ones in code paths that only exi...
Mozilla -- Memory safety bugs
https://www.mozilla.org/en-US/security/advisories/mfsa2026-68/CVE-2026-16360 reports: Memory safety bugs present in Firefox ESR 115.37, Firefox ESR 140.12 and Firefox 152. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been...
Mozilla -- Memory safety bugs
https://www.mozilla.org/en-US/security/advisories/mfsa2026-68/CVE-2026-16411 reports Memory safety bugs present in Firefox 152. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code...
MySQL 8.4 -- Multiple vulnerabilities
The Oracle Critical Patch Update of July 2026 addresses 54 issues in Oracle MySQL, 31 of which apply to the MySQL 8.4 series and to the MySQL Router shipped with these ports. The affected server components are Optimizer, Replication, Group Replication plugin and GCS, X Plugin, Clone Plugin, InnoD...
chromium -- security fixes
Chrome Releases reports: This update includes 12 security fixes: 527930356 High CVE-2026-16420: Type Confusion in WebAudio. 528276487 High CVE-2026-16421: Inappropriate implementation in WebAudio. 517359779 High CVE-2026-16413: Out of bounds write in ANGLE. 517651910 High CVE-2026-16414:...
Mozilla -- Memory safety bugs
https://www.mozilla.org/en-US/security/advisories/mfsa2026-68/CVE-2026-16412 reports: Memory safety bugs present in Firefox ESR 140.12 and Firefox 152. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run...
srt -- Multiple vulnerabilities
The SRT project reports: CVE-2026-55869: Heap-Based Buffer Overflow in KMREQ Handling. A remote attacker may be able to trigger a heap-based buffer overflow during key material request processing, leading to a denial of service or potentially arbitrary code execution. CVE-2026-55868: Encryption...
Mailpit -- SMTP DATA line reader buffers over-limit input before size enforcement
Mailpit author reports: Mailpit's SMTP DATA reader enforces the configured MaxMessageSize only after bufio.Reader.ReadBytes'\n' has already buffered a complete DATA line. A remote unauthenticated SMTP client can send one line larger than the configured message-size cap and force memory allocation...
Weechat -- Multiple vulnerabilities
The Weechat project reports: Write of logger file outside of configured path. Authentication bypass in Relay plugin, protocols "api" and "weechat"...
py-mkdocs-material -- DOM XSS vulnerability
Martin Donath reports: Material for MkDocs 7.2.0 through 9.7.6 contains a DOM-based cross-site scripting vulnerability in the optional search.suggest feature. A crafted q URL parameter could execute JavaScript in the documentation site's origin after user interaction...
Angie -- multiple vulnerabilities
The Angie Software Team reports: When evaluating a string expression in which unnamed capture variables $1, $2, etc. preceded a map directive variable whose value is determined by a regular expression, or when using a non-cacheable volatile map directive variable whose key contained a capture...
chromium -- security fixes
Chrome Releases reports: This update includes 7 security fixes: 516987782 Critical CVE-2026-15899: Use after free in CameraCapture. 523750584 Critical CVE-2026-15900: Use after free in GPU. 533446300 Critical CVE-2026-15901: Use after free in Network. 522436154 High CVE-2026-15902: Use after free...
nginx -- multiple vulnerabilities
The nginx development team reports: Buffer overflow when using map and regex CVE-2026-42533. Severity: major. Memory disclosure when using ngxhttpslicemodule CVE-2026-60005. Severity: medium. Use-after-free when using ngxhttpssimodule CVE-2026-56434. Severity: medium...
chromium -- security fixes
Chrome Releases reports: This update includes 15 security fixes: 517100492 Critical CVE-2026-15764: Use after free in Ozone. 518007484 Critical CVE-2026-15765: Use after free in Ozone. 514010477 High CVE-2026-15766: Uninitialized Use in Skia. 514748734 High CVE-2026-15767: Heap buffer overflow in...
phpmyfaq -- multiple vulnerabilities
phpMyFAQ team reports: An authenticated administrator can supply an untrusted update-package path to the configuration API, causing phpMyFAQ to write an arbitrary PHP file to the server and thereby execute attacker-controlled code. An attacker can exploit a path traversal in the category image...
gitea -- Multiple vulnerabilities
Gitea reports This release contains fixes for 45 security issues, including privilege escalation, remote denial of service, server-side request forgery, authorization and token scope bypasses, and information disclosure vulnerabilities. Please upgrade as soon as possible...
ocaml-opam -- opam install sandbox escape using symlinks
The OCaml Team reports: Installing files through .install files do not check symlinks resolution of the target path, and so can bypass sandboxing. Credits: Reporter: "Kate Deplaix" Remediation Developer: "Nathan Rebours" Remediation Reviewer: "Raja Boujbel" Coordinator: "Hannes Mehnert"...
liboqs -- Multiple vulnerabilities
The OpenQuantumSafe project reports: uninitialized encapsderand pointer dereference out-of-bounds read in XMSS/XMSS^MT signature verification Integer underflow in CROSS cryptosignopen incorrect array size when calling secureclean Implemented optimization barrier OQSMEMBLACKBOX and applied to...
mailpit -- multiple vulnerabilities
Mailpit author reports: Mailpit's SMTP server reads each command line with an unbounded bufio.Reader.ReadString'\n' before parsing the command or enforcing any protocol length limit. A remote SMTP client can send an oversized single command line and force Mailpit to allocate attacker-controlled...