6653 matches found
Gitlab -- Vulnerabilities
Gitlab reports: Code Injection issue via GraphQL directive impacts GitLab CE/EE Cross-Site Request Forgery issue in GraphQL multiplex query handler impacts GitLab CE/EE...
PostgreSQL -- Multiple vulnerabilities
The PostgreSQL project reports: CVE-2026-6464: psql COPY FROM STDIN, if the copy fails before data rows begin, processes the following data lines as psql commands. CVE-2026-6469: ALTER TABLE ALTER TYPE incorrectly reassigns ownership of dependent extended statistics objects to the current user...
Gitlab -- vulnerabilities
Gitlab reports: Cross-site Scripting issue in Analytics Dashboards table field configuration impacts GitLab CE/EE Cross-site Scripting issue in Analytics Dashboards pagination controls impacts GitLab CE/EE GitLab Improper Authorization issue in CI/CD pipeline API impacts GitLab CE/EE Authorizatio...
chromium -- security fixes
Chrome Releases reports: This update includes 5 security fixes: 535000102 High CVE-2026-19556: Use after free in V8. 534867485 High CVE-2026-19557: Use after free in TabStrip. 536676756 High CVE-2026-19558: Use after free in Extensions. 540100588 High CVE-2026-19559: Use after free in HTML...
gitea -- Multiple vulnerabilities
Gitea reports This release addresses the following security vulnerabilities. Please upgrade as soon as possible. Unauthenticated arbitrary file read via the Org-mode INCLUDE directive. Remote code execution via the diffpatch API through Git hook installation...
OpenSSH -- Multiple vulnerbilities
The OpenSSH project reports: ssh-agent1: fix an interaction between agent locking and the [email protected] extension that is used to identify forwarded agents. ssh1: avoid potential realloc use-after-free in the client if a remote forwarding is added via the local session multiplexing...
Roundcube -- Multiple vulnerabilities
The Roundcube project reports: Missing basic validation for content proxied by the css proxy SSRF bypass via specific local address URLs using 100.64.0.0/10 and fe80::/10 nets SSRF filter bypass via various forms of nip.io/sslip.io hostnames evading islocalurl check remote content blocking bypass...
OpenEXR -- 3.4.14 fixes multiple vulnerabilities
Cary Phillips reports: The OpenEXR 3.4.14 release addresses the following security vulnerabilities: CVE-2026-68514: PyOpenEXR deep prefixed literal RGB key collision heap buffer overflow CVE-2026-68513: PyOpenEXR prefixed literal RGB key collision heap buffer overflow CVE-2026-62986: PyOpenEXR de...
chromium -- Multiple vulnerabilities
Google has released Chrome 151.0.7922.109 to address multiple critical vulnerabilities. CVE-2026-19172: Use after free in Views in Google Chrome prior to 151.0.7922.109 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML...
chromium -- security fixes
Chrome Releases reports: This update includes 41 security fixes: 499602793 Critical CVE-2026-19137: Use after free in WebGL. 524824288 Critical CVE-2026-19149: Use after free in ura. 532941869 Critical CVE-2026-19154: Use after free in Skia. 534903095 Critical CVE-2026-19157: Out of bounds write ...
gstreamer1 -- multiple vulnerabilities
The GStreamer project reports: Multiple security issues were identified and fixed in the GStreamer framework. GStreamer-SA-2026-0067: Heap buffer overflow and memory leak in JPEG 2000 decoder GStreamer-SA-2026-0068: Heap buffer overflow in QCELP RTP depayloader GStreamer-SA-2026-0069: Heap buffer...
libXfont2 -- multiple vulnerabilities
Zhixi "Jace" Sun, independent security researcher reports: CVE-2026-44950: Font Server Client Cumulative Glyph Data Heap Buffer Overflow CVE-2026-59679: Font Server Client encoding Out-Of-Bounds Read/Write...
py-djangorestframework -- two vulnerabilities
Bruno Alla reports: Potential bypass of Django DATAUPLOADMAXMEMORYSIZE when parsing oversized JSON and urlencoded request bodies via DRF request.data AdminRenderer may disclose GET-protected data when rendering invalid write requests...
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 -- 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...
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...
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 -- 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 -- 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 -- 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 -- (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 -- denial of service in epmd
The Erlang/OTP team reports: Mitigated a denial of service attack in epmd...
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 -- 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...
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...
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...
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...
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:...
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...
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...