Select your language


01 Jun 2026

Apache 2.4.67 Security Release!

Security release!

 SECURITY: CVE-2026-34059: Apache HTTP Server: mod_proxy_ajp: Heap Over-Read and memory disclosure in ajp_parse_data() (cve.mitre.org) Buffer Over-read vulnerability in Apache HTTP Server. This issue affects Apache HTTP Server: through 2.4.66. Credits: Elhanan Haenel *) SECURITY: CVE-2026-34032: Apache HTTP Server: mod_proxy_ajp: Heap Buffer Over-Read Due to Missing Null-Termination Check (ajp_msg_get_string) (cve.mitre.org) Improper Null Termination, Out-of-bounds Read vulnerability in Apache HTTP Server. This issue affects Apache HTTP Server: through 2.4.66. Credits: Tianshuo Han ( This email address is being protected from spambots. You need JavaScript enabled to view it. *) SECURITY: CVE-2026-33857: Apache HTTP Server: Off-by-one OOB reads in AJP getter functions (cve.mitre.org) Out-of-bounds Read vulnerability in mod_proxy_ajp of Apache HTTP Server. This issue affects Apache HTTP Server: through 2.4.66. Credits: Elhanan Haenel *) SECURITY: CVE-2026-33523: Apache HTTP Server: multiple modules: HTTP response splitting forwarding malicious status line (cve.mitre.org) HTTP response splitting vulnerability in multiple Apache HTTP Server modules with untrusted or compromised backend servers. This issue affects Apache HTTP Server: from through 2.4.66. Credits: Haruki Oyama (Waseda University) *) SECURITY: CVE-2026-33007: Apache HTTP Server: mod_authn_socache crash (cve.mitre.org) A NULL pointer dereference in the mod_authn_socache in Apache HTTP Server 2.4.66 and earlier allows an unauthenticated remote user to crash a child process in a caching forward proxy configuration. Credits: Pavel Kohout, Aisle Research, Aisle.com 


*) SECURITY: CVE-2026-33006: Apache HTTP Server: mod_auth_digest timing attack (cve.mitre.org) A timing attack against mod_auth_digest in Apache HTTP Server 2.4.66 allows a bypass of Digest authentication by a remote attacker. Credits: Nitescu Lucian *) SECURITY: CVE-2026-29169: Apache HTTP Server: mod_dav_lock indirect lock crash (cve.mitre.org) A NULL pointer dereference in mod_dav_lock in Apache HTTP Server 2.4.66 and earlier may allow an attacker to crash the server with a malicious request.mod_dav_lock is not used internally by mod_dav or mod_dav_fs. The only known use-case for mod_dav_lock was mod_dav_svn from Apache Subversion earlier than version 1.2.0. Users are recommended to upgrade to version 2.4.67, which fixes this issue, or remove mod_dav_lock. Credits: Pavel Kohout, Aisle Research, Aisle.com *) SECURITY: CVE-2026-29168: Apache HTTP Server: mod_md unrestricted OCSP response (cve.mitre.org) Allocation of Resources Without Limits or Throttling vulnerability in Apache HTTP Server's mod_md via OCSP response data. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.66. Credits: Pavel Kohout, Aisle Research, Aisle.com *) SECURITY: CVE-2026-28780: Apache HTTP Server: buffer overflow in mod_proxy_ajp via ajp_msg_check_header() (cve.mitre.org) Heap-based Buffer Overflow vulnerability in mod_proxy_ajp of Apache HTTP Server. If mod_proxy_ajp connects to a malicious AJP server this AJP server can send a malicious AJP message back to mod_proxy_ajp and cause it to write 4 attacker controlled bytes after the end of a heap based buffer. This issue affects Apache HTTP Server: through 2.4.66. Credits: Andrew Lacambra *) SECURITY: CVE-2026-24072: Apache HTTP Server: mod_rewrite elevation of privileges via ap_expr (cve.mitre.org) An escalation of privilege bug in various modules in Apache HTTP 2.4.66 and earlier allows local .htaccess authors to read files with the privileges of the httpd user. Credits: y7syeu *) SECURITY: CVE-2026-23918: Apache HTTP Server: http2: double free and possible RCE on early reset (cve.mitre.org) Double Free and possible RCE vulnerability in Apache HTTP Server with the HTTP/2 protocol. This issue affects Apache HTTP Server: 2.4.66. Credits: Bartlomiej Dmitruk, striga.ai

*) Solved missing $ entries in conf\extra\httpd-ssl.conf *) Upgraded lua 5.5.0 from 5.4.8 (Changelog) For third-party modules (like current mod_security) that are not build with 5.5.0, lua54.dll is in /bin *) Upgraded expat to 2.8.0 from 2.7.3 (Changelog) *) Upgraded nghttp2 to 1.69.0 from 1.68.0 (Changelog) *) Upgraded zlib to 1.3.2 from 1.3.1 (Changelog) *) Upgraded Curl to 8.20.0 from 8.18.0 (Changelog) *) Upgraded OpenSSL to 3.6.2 from 3.6.1 (Changelog) *) Upgraded libxml2 2.15.3 from 2.15.1 (Changelog)
 *) mod_md: update to version 2.6.10 - Fix issue #420 https://github.com/icing/mod_md/issues/420 by ignoring job.json files that claim to have completely finished a certificate renewal, but have not produced the necessary result files. *) mod_http2: update to version 2.0.39 Remove streams own memory allocator after reports of memory problems with third party modules. [Stefan Eissing] *) mod_http2: update to version 2.0.38 Source sync with mod_h2 github repository. No functional change. [Stefan Eissing] *) Updated conf/mime.types: added vnd.sqlite3, HEIC, HEIF [Alexandru MÄ?rÄ?È?teanu hello alexei.ro *) mod_md: update to version 2.6.7 - Fix a regression in `MDStapleOthers` which broke in v2.6.0 and no longer applied, no matter the configuration. *) mod_md: update to version 2.6.9 - Pebble 2.9+ reports another error when terms of service agreement is not set. Treating all "userActionRequired" errors as permanent now. *) mod_md: update to version 2.6.8 - Fix the ARI related `replaces` property in ACME order creation to only be used when the CA supports ARI and it is enabled in the menu config. - Fix compatibility with APR versions before 1.6.0 which do not have `apr_cstr_casecmp` and should use `apr_strnatcasecmp` instead. *) mod_http2: update to version 2.0.37 Prevent double purge of a stream, resulting in a double free. Fixes PR 69899. [Stefan Eissing] *) mod_md: Use correct function name when compiling against APR < 1.6.0. PR 69954 [Tần Quảng This email address is being protected from spambots. You need JavaScript enabled to view it.
01 Jun 2026

Mailpit 1.30.1 Released!

Security release!

Security

  • Extend request body size cap to all JSON API endpoints (GHSA-28pq-6qxg-wg5r)
  • Pin Github Actions workflow versions using full commit SHA
  • Do not use npm cache to prevent cache poisoning
  • Disable GitHub Actions credential persistence for checkout steps

Chore

  • Enhance schema application logging (#688)
  • Change log level to Info for database vacuuming message (#688)
  • Update Github Action workflows
  • Update Go dependencies
  • Update node dependencies
  • Update caniemail test database
01 Jun 2026

Bruno 3.4.2 Released!

Fixes
fix(ui): tab type resolution for non request types by @sid-bruno in usebruno/bruno#8097
fix(api): multipart/mixed and multipart/form-data interpolation and generic request behaviour by @sid-bruno in usebruno/bruno#8087
fix(ui): remove stray semicolon typo from UI by @ganesh-bruno in usebruno/bruno#8088
Others
revert: "perf: optimize DNS resolution to reduce request latency" by @sid-bruno in usebruno/bruno#8092

01 Jun 2026

PowerShell 7.6.2 Released!

Engine Updates and Fixes

  • Fix checks for local user config file paths (#27479)

General Cmdlet Updates and Fixes

  • Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows (#27472)

Build and Packaging Improvements

Update to .NET SDK 9.0.314

  • Update branch for release (#27480)
  • Fix *nix permissions and use certificate_logical_to_actual (#27468)
  • Add the windowsTargetName for .NET 9 (#27474)
  • Add macOS binary code signing and package notarization (#27467)
  • Add appLicensing capability to Appx manifest (#27466)
  • Update Microsoft.PowerShell.Native to the latest GA version (#27465)
  • Update the MSIXBundle-VPack pipeline to create VPack for both LTS and Stable channel packages (#27464)
  • Remove package verification from the notice pipeline (#27463)
  • Correct Variable Template Reference in NonOfficial Pipeline Templates (#27462)
  • Externalize findMissingNotices target framework selection with ordered Windows fallback (#27461)
  • Exclude .exe packages from publishing to GitHub (#27460)
  • Download PMC Packages through TemplateContext (#27335)
  • Flip Stable PublishToChannel false for v7.5.X (#27333)
  • PMC release: Use slash instead of back-slash for Linux container (#27318)

28 Apr 2026

April Bearsampp release

April's core release is released.

  • Move logs into it's own class
  • Rewrite codebase to PHP COM and remove old VBS scripting and modernize code
  • Security improvements across codebase
  • Adjust symlink removal on exit to use powershell rmdir command to ensure proper removal every time
  • Added "Run as Administrator" check to startup
  • Added check for prerequisites to startup
  • Nerd font now included for console(s)
23 Apr 2026

Mailpit 1.29.7 Released!

Chore

  • Bump vue-router from 4.6.4 to 5.0.4
  • Bump axios version to 1.15.0
  • Update Go dependencies
  • Update node dependencies
15 Apr 2026

Bruno 3.2.2 Released!

Bug Fixes
Fixed custom root certificates not being recognized
Fixed app not loading on macOS
Improved Postman import to handle numeric values and unexpected auth/header formats
Fixed query parameters losing valueless vs empty value distinction on URL updates
Fixed status code and status text swap in response examples for v3.0.0 compatibility
Fixed XSS vulnerability in document renderer
Fixed multipart boundary duplication when custom boundary is specified
Fixed stale HTTP/HTTPS agent reuse on redirects
Fixed secret masking not reapplying after editor value changes
Improved system proxy fetching reliability

Our Supporters

Sorry, this website uses features that your browser doesn't support. Upgrade to a newer version of Firefox, Chrome, Safari, or Edge and you'll be all set.