PipeBlocker (管道拦截器)
PipeBlocker 是一个用于保护反序列化漏洞的模组,通过过滤 ObjectInputStream 来防止 BleedingPipe 漏洞的利用。
管道拦截器
PipeBlocker 是一个用于防范 [BleedingPipe]( 链接) 漏洞的模组,它通过过滤 ObjectInputStream 来保护系统免受恶意利用。该模组的核心目标是提高系统安全性,避免因反序列化漏洞而导致的安全风险。
#### 主要功能:
1. 反序列化保护: PipeBlocker 主要针对 ObjectInputStream 进行过滤,防止恶意利用 BleedingPipe 漏洞对系统进行反序列化攻击。
2. 漏洞过滤: 通过对输入流进行过滤,识别并拦截可能包含恶意代码的序列化对象,有效阻止了 BleedingPipe 漏洞的利用。
3. 系统安全性提升: 强化系统安全性,降低因反序列化漏洞带来的风险,保护系统免受潜在的安全威胁。
#### 使用方法:
使用 PipeBlocker 模组非常简单,只需将其集成到系统中,并确保正确配置。一旦模组生效,它将自动拦截并过滤传入的 ObjectInputStream,提供了一个额外的安全层,保护系统免受 BleedingPipe 漏洞的威胁。
#### 更多信息:
欲了解更多有关 BleedingPipe 漏洞以及 PipeBlocker 模组的信息,请访问 [此处]( 链接)。
PipeBlocker 1.2.0 for Fabric
## All users are encouraged to update to this version.
- Add filter safeguards
- Rewrite match checking
- Cache match results
PipeBlocker 1.2.0 for Forge 1.7.10-1.12.2
## All users are encouraged to update to this version.
- Add filter safeguards
- Rewrite match checking
- Cache match results
PipeBlocker 1.1.4-beta for 1.7.10-1.12.2 Forge
- Add caching to check results
- Refactor checking logic
- Add API
PipeBlocker 1.1.3 for Fabric
PipeBlocker 1.1.3 for 1.7.10-1.12.2
- Add a soft allow mode, which doesn't attempt to match the inheritance chain
- Add Enum as soft allowed
- SimpleAchievements added to allowlist
PipeBlocker 1.1.2 for 1.7.10-1.12.2
- Add debugging option for easier creation of exclusions
- Fix a logging bug
- Update filters
Pipeblocker 1.1.1 for 1.7.10-1.12.2
This fixes a bug where people may not be able to join some servers.
PipeBlocker for Forge 1.7.10-1.12.2
Backport to work on 1.7.10
PipeBlocker 1.1.0 for 1.12.2
fixed servers