mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[PR #4771] [CLOSED] Better exploit blocking #3956
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3956
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4771
Author: @fuomag9
Created: 9/19/2025
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (10+)
79b12e8Initial plan21e1697Significantly enhance block-exploits.conf with comprehensive security protectionsdd2e443Remove overly restrictive rules based on feedback - PUT/DELETE methods, spam filtering, scanner detection, and rate limiting2185b82Refine security patterns: reduce false positives in null byte detection and expand RFI protocol coverage85d3917Merge pull request #1 from fuomag9/copilot/fix-8ec03630-c3d1-4216-a4b9-9223ce132442315192ffirst rewrite commit29acf06Swapped the entire UI to Material UI, applied a global dark theme, and removed all of the old styled-jsx/CSS-module stylingd9ced96implement oauth2 loginb064003Updated the UI668b667updated a lot of stuff📊 Changes
616 files changed (+13644 additions, -47565 deletions)
View changed files
➕
.dockerignore(+50 -0)➕
.eslintrc.json(+6 -0)➕
.github/workflows/docker-build.yml(+76 -0)📝
.gitignore(+11 -9)➖
Jenkinsfile(+0 -285)📝
README.md(+150 -80)➕
app/(auth)/login/LoginClient.tsx(+71 -0)➕
app/(auth)/login/page.tsx(+12 -0)➕
app/(dashboard)/DashboardLayoutClient.tsx(+227 -0)➕
app/(dashboard)/OverviewClient.tsx(+131 -0)➕
app/(dashboard)/access-lists/AccessListsClient.tsx(+140 -0)➕
app/(dashboard)/access-lists/actions.ts(+83 -0)➕
app/(dashboard)/access-lists/page.tsx(+7 -0)➕
app/(dashboard)/audit-log/AuditLogClient.tsx(+41 -0)➕
app/(dashboard)/audit-log/page.tsx(+20 -0)➕
app/(dashboard)/certificates/CertificatesClient.tsx(+169 -0)➕
app/(dashboard)/certificates/actions.ts(+63 -0)➕
app/(dashboard)/certificates/page.tsx(+7 -0)➕
app/(dashboard)/dead-hosts/DeadHostsClient.tsx(+155 -0)➕
app/(dashboard)/dead-hosts/actions.ts(+59 -0)...and 80 more files
📄 Description
This should improve exploit blocking, better implementation would to be use https://coraza.io but in the short term this should be more useful. I've removed the spam section since it doesn't make sense and it's too prone to bypasses anyway (I know obfuscation also works for other vulnerabilities types)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.