mirror of
https://github.com/bunkerity/bunkerweb-templates.git
synced 2026-04-24 20:05:49 +03:00
[GH-ISSUE #6] [BUG] Jellyfin Modsec false positive #2
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?
Originally created by @Streetlamp123 on GitHub (Feb 13, 2026).
Original GitHub issue: https://github.com/bunkerity/bunkerweb-templates/issues/6
Originally assigned to: @YouKyi, @TheophileDiot on GitHub.
What happened?
I've been getting this error recently while using the jellyfin template:
ModSecurity: Warning. Matched "Operator
PmFromFile' with parameterrestricted-files.data' against variableREQUEST_FILENAME' (Value:/web/node_modules.history.bundle.js' ) [file "/usr/share/bunkerweb/core/modsecurity/files/coreruleset-v4/rules/REQUEST-930-APPLICATION-ATTACK-LFI.conf"] [line "126"] [id "930130"] [rev ""] [msg "Restricted File Access Attempt"] [data "Matched Data: .history found within REQUEST_FILENAME: /web/node_modules.history.bundle.js"] [severity "2"] [ver "OWASP_CRS/4.23.0"] [maturity "0"] [accuracy "0"] [tag "application-multi"] [tag "language-multi"] [tag "platform-multi"] [tag "attack-lfi"] [tag "paranoia-level/1"] [tag "OWASP_CRS"] [tag "OWASP_CRS/ATTACK-LFI"] [tag "capec/1000/255/153/126"] [hostname "jellyfin.example.com"] [uri "/web/node_modules.history.bundle.js"] [unique_id "177099858289.253829"] [ref "o17,8v4,35t:utf8toUnicode,t:urlDecodeUni,t:normalizePathWin"]I've added this exception to the template but am still seeing the issue. Not sure what I'm doing wrong. I'm not well versed with Modsec rules unfortunately
SecRule REQUEST_FILENAME "/web/node_modules.history.bundle.js"
"id:930130,
nolog,
ctl:ruleRemoveById=930130,
ctl:ruleRemoveById=949110"
How to reproduce?
Use the jellyfin template, setup a jellyfin instance and attempt to go to the main page
Template name(s)
Jellyfin
How is the template imported?
BunkerWeb version
1.6.8
What integration are you using?
All-in-one
Configuration file(s) or overrides
Relevant log output
Additional context
No response
Removed private data
Code of Conduct
@blathers123 commented on GitHub (Feb 20, 2026):
Thanks @TheophileDiot !!