github InterceptSuite/ProxyBridge v3.1.0

19 hours ago

🔒 Security Fixes

  • CVE-2026-24402 - Fixed Critical Remote Code Execution and Privilege Escalation via buffer overflow and race condition in Windows application

🐛 Bug Fixes

Windows

  • Fixed process name with full path rejecting ( and ) characters (#32)
  • Fixed application slowing down internet speed by 70-80% (#41)
  • Fixed kernel driver not unloading on app crash or force close (#42)
  • Fixed race condition in data writer causing invalid local config file (#57)
  • Fixed high memory and CPU usage (#55)

macOS

  • Fixed signing issues (#29)
  • Fixed extension memory not being released on app close, causing unwanted resource usage and duplicate proxy rules on load (#51)
  • Fixed proxy rule window size issue (#52)
  • Fixed high CPU usage on traffic spikes (#49)

⚡ Performance Improvements

Windows

  • Connection and Activity log searching now uses memory more efficiently with better performance on large logs
  • C core now uses O(1) algorithm with more effective connection tracking
  • Improved C memory management:
    • Added garbage collection
    • More efficient memory allocation
    • Improved sorting algorithms in both C and C#
    • Fixed memory leaks
  • GUI improvements:
    • More efficient garbage collection
    • Reduced log retention to last 100 connections
    • Optimized memory usage across GUI, CLI, and C core
  • Reduced installer size
  • Improved C compiler optimizations

macOS

  • IPC now uses less memory
  • Optimized CPU usage during traffic spikes

General

  • Relay server can now handle large connections with improved memory efficiency
  • Fixed bottleneck between kernel-level connections and relay
  • ProxyBridge can now handle thousands of connections per second with efficient memory and CPU usage
  • ProxyBridge can now handle 1gbps to 2.5gbps network speed

✨ New Features

  • Traffic Logging Toggle: Windows and macOS apps now support disabling traffic logging
  • Windows Startup: Windows app now supports launching on Windows startup (#47)

đŸ“Ļ Updates

  • Runtime: Upgraded from .NET 9 to .NET 10
  • UI Framework: Upgraded Avalonia from 11.2.0 to 11.3.11

â„šī¸ Platform Updates

Linux support postponed. Linux support was initially planned for this release but has been postponed due to significant development challenges. Implementing feature parity with Windows and macOS requires substantial architectural work and effort. After initial development attempts encountered multiple technical issues, we decided to focus on stabilizing the Windows and macOS versions first. Linux support remains in our roadmap, but no release timeline has been finalized. See commit 6dfed95 for details.

Don't miss a new ProxyBridge release

NewReleases is sending notifications on new releases.