-
Notifications
You must be signed in to change notification settings - Fork 129
/
fsb_injection.rulepack
275 lines (275 loc) · 15 KB
/
fsb_injection.rulepack
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
{
"plugin_type": "fsb_injection",
"file_types": [
".java",
".jsp"
],
"rules": [
{
"id": "FSB_INJECTION_CODEEXEC",
"severity": "High",
"title": "Potential Command Injection",
"description": "The highlighted API is used to execute a system command. If unfiltered input is passed to this API, it can lead to arbitrary command execution.",
"remediation": "Always try to avoid any user controlled data to reach APIs that do some kind on command execution. If it is really necessary make sure you have properly escape all harmful characters.",
"signature": "KChSdW50aW1lXC5nZXRSdW50aW1lXChcKSl8KFwuZXhlY1woLipcKSkpfChuZXdcc1Byb2Nlc3NCdWlsZGVyXChcKShcLmNvbW1hbmRcKC4qXCkoXC5zdGFydFwoXCkpPyk/KQ==",
"condition": [],
"link": "https://www.owasp.org/index.php/Command_Injection",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_CODEEXEC",
"severity": "High",
"title": "Potential Command Injection",
"description": "The highlighted API is used to execute a system command. If unfiltered input is passed to this API, it can lead to arbitrary command execution.",
"remediation": "Always try to avoid any user controlled data to reach APIs that do some kind on command execution. If it is really necessary make sure you have properly escape all harmful characters.",
"signature": "XC5nZXRSdW50aW1lXChcKShcLmV4ZWNcKCk/fFwuZXhlY1wo",
"condition": [
{
"signature": "UnVudGltZVwuPw==",
"description": "check if the Runtime object has been instantiated."
}
],
"link": "https://www.owasp.org/index.php/Command_Injection",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_SPRING_EXPRESSION",
"severity": "High",
"title": "Potential XSS via Spring Expression",
"description": "A potential XSS was found. It could be used to execute unwanted JavaScript in a client's browser.",
"remediation": "The best defense against XSS is context sensitive output encoding like the example above. There are typically 4 contexts to consider: \nHTML, JavaScript, CSS (styles), and URLs. Please follow the XSS protection rules defined in the OWASP XSS Prevention Cheat Sheet,\nwhich explains these defenses in significant detail.",
"signature": "PHNwcmluZzpldmFsW1xzXHRdKmV4cHJlc3Npb249W1wnXCJdXCRce3BhcmFtXC4=",
"condition": [
{
"signature": "d3d3XC5zcHJpbmdmcmFtZXdvcmtcLm9yZw==",
"description": "check if the Spring Framework is being used"
}
],
"link": "https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_LDAPJNDI",
"severity": "High",
"title": "Potential LDAP Injection",
"description": "The query could be vulnerable to LDAP injection. Just like SQL, all inputs passed to an LDAP query need to be passed in safely. Unfortunately, LDAP doesn't have prepared statement interfaces like SQL.",
"remediation": "The primary defense against LDAP injection is strong input validation of any untrusted data before including it in an LDAP query.",
"signature": "XC5zZWFyY2hcKA==",
"condition": [
{
"signature": "aW1wb3J0XHNqYXZheFwubmFtaW5nXC5kaXJlY3RvcnlcLkluaXRpYWxEaXJDb250ZXh0Ow==",
"description": "check if it imports javax.naming.directory.InitialDirContext;"
},
{
"signature": "bmV3XHNTZWFyY2hDb250cm9sc1wo",
"description": "check if it initializes new SearchControls()"
},
{
"signature": "bmV3XHNJbml0aWFsRGlyQ29udGV4dFwo",
"description": "check if it initializes new InitialDirContext()"
}
],
"link": "http://www.veracode.com/security/ldap-injection",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_LDAPJNDI",
"severity": "High",
"title": "Potential LDAP Injection",
"description": "The query could be vulnerable to LDAP injection. Just like SQL, all inputs passed to an LDAP query need to be passed in safely. Unfortunately, LDAP doesn't have prepared statement interfaces like SQL.",
"remediation": "The primary defense against LDAP injection is strong input validation of any untrusted data before including it in an LDAP query.",
"signature": "XC5zZWFyY2hcKA==",
"condition": [
{
"signature": "aW1wb3J0XHNjb21cLnVuYm91bmRpZFwubGRhcFwuc2RrXC4oTERBUENvbm5lY3Rpb24pPw==",
"description": "check if it imports com.unboundid.ldap.sdk.(LDAPConnection)?"
},
{
"signature": "bmV3XHNMREFQQ29ubmVjdGlvblwo",
"description": "check if it initializes new LDAPConnection()"
}
],
"link": "http://www.veracode.com/security/ldap-injection",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_REDIRECT",
"severity": "High",
"title": "Potential Unvalidated Redirect",
"description": "Unvalidated redirects occur when an application redirects a user to a destination URL specified by a user supplied\n parameter that is not validated. Such vulnerabilities can be used to facilitate phishing attacks.",
"remediation": "Don't accept redirection destinations from users; Accept a destination key, and use it to look up the target (legal) destination; Accept only relative paths; White list URLs (if possible); Validate that the beginning of the URL is part of a white list",
"signature": "XC5hZGRIZWFkZXJcKFsiJ11Mb2NhdGlvblsiJ10sW1xzYS16QS1aMC05X1wuXCtcKFwpLF0qfFwuc2VuZFJlZGlyZWN0XChbXHNhLXpBLVowLTlfXC5cK1woXCksXSp8LnNldEhlYWRlclwoWyInXUxvY2F0aW9uWyInXSxbXHNhLXpBLVowLTlfXC5cK1woXCksXSo=",
"condition": [
{
"signature": "aW1wb3J0XHNqYXZheFwuc2VydmxldFwuaHR0cFwuSHR0cFNlcnZsZXQoUmVxdWVzdHxSZXNwb25zZSk/Ow==",
"description": "check if it imports javax.servlet.http.HttpServlet(Request|Response)?;"
},
{
"signature": "XC5zZXRTdGF0dXNcKEh0dHBTZXJ2bGV0UmVzcG9uc2VcLlNDX01PVkVEXw==",
"description": "check if it sets the HTTP redirection status code"
}
],
"link": "https://www.owasp.org/index.php/Top_10_2013-A10-Unvalidated_Redirects_and_Forwards",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_SCRIPT_ENGINE",
"severity": "High",
"title": "Potential code injection when using Script Engine",
"description": "This code evaluation could be vulnerable to code injection as dynamic code is being evaluated. Malicious code execution could lead to data leakage or operating system compromised.",
"remediation": "A careful analysis of the code construction should be made. ",
"signature": "bmV3XHNTY3JpcHRFbmdpbmVNYW5hZ2VyXChcKXxcLmdldEVuZ2luZUJ5RXh0ZW5zaW9uXCh8XC5ldmFsXCg=",
"condition": [
{
"signature": "aW1wb3J0XHNqYXZheFwuc2NyaXB0XC5TY3JpcHRFbmdpbmUoTWFuYWdlcik/Ow==",
"description": "check if it imports javax.script.ScriptEngine(Manager)?;"
}
],
"link": "http://codeutopia.net/blog/2009/01/02/sandboxing-rhino-in-java/",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_SPEL",
"severity": "High",
"title": "Potential Spring Expression Language injection",
"description": "A Spring expression is built with a dynamic value. The source of the value(s) should be verified to avoid that unfiltered values fall into this risky code evaluation.",
"remediation": "A careful analysis of the code construction should be made. ",
"signature": "bmV3XHNTcGVsRXhwcmVzc2lvblBhcnNlclwofFwucGFyc2VFeHByZXNzaW9uXCg=",
"condition": [
{
"signature": "aW1wb3J0XHNvcmdcLnNwcmluZ2ZyYW1ld29ya1wuZXhwcmVzc2lvblwuKEV4cHJlc3Npb24oUGFyc2VyKT98Y29tbW9uXC5UZW1wbGF0ZUF3YXJlRXhwcmVzc2lvblBhcnNlcnxzcGVsXC5zdGFuZGFyZFwuU3BlbEV4cHJlc3Npb25QYXJzZXIpOw==",
"description": "check if it imports org.springframework.expression.(Expression|ExpressionParser|common.TemplateAwareExpressionParser|spel.standard.SpelExpressionParser);"
}
],
"link": "https://www.mindedsecurity.com/fileshare/ExpressionLanguageInjection.pdf",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_HIBERNATE_SQLI",
"severity": "High",
"title": "Potential SQL/HQL Injection (Hibernate)",
"description": "The query is potentially vulnerable SQL/HQL injection. The input values included in SQL queries need to be passed in safely.Bind variables in prepared statements can be used to easily mitigate the risk of SQL injection. Alternatively to prepare statement, Hibernate Criteria can be used.",
"remediation": "Use parameterized queries/bind vraiables for protection against SQL injection.",
"signature": "XC5zcWxSZXN0cmljdGlvbnxjcmVhdGVRdWVyeXxjcmVhdGVTUUxRdWVyeVwo",
"condition": [
{
"signature": "aW1wb3J0XHNvcmdcLmhpYmVybmF0ZVwuKENyaXRlcmlhfGNyaXRlcmlvblwuUmVzdHJpY3Rpb25zfFNlc3Npb24oRmFjdG9yeSk/KTs=",
"description": "check if it imports org.hibernate.(Criteria|Session|SessionFactory|criterion.Restrictions);"
}
],
"link": "https://www.mindedsecurity.com/fileshare/ExpressionLanguageInjection.pdf",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_JDO_SQLI",
"severity": "High",
"title": "Potential SQL/JDOQL Injection (JDO)",
"description": "The query is potentially vulnerable SQL/JDOQL injection.",
"remediation": "The input values included in SQL queries need to be passed in safely. Bind variables in prepared statements can be used to easily mitigate the risk of SQL injection.",
"signature": "XC4obmV3UXVlcnl8c2V0KEZpbHRlcnxHcm91cGluZykpW15cKF0qXCg=",
"condition": [
{
"signature": "aW1wb3J0XHNqYXZheFwuamRvXC4oUGVyc2lzdGVuY2VNYW5hZ2VyKEZhY3RvcnkpP3xRdWVyeSk7",
"description": "check if it imports javax.jdo.(PersistenceManager(Factory)?|Query);"
}
],
"link": "https://www.owasp.org/index.php/Query_Parameterization_Cheat_Sheet",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_JPA_SQLI",
"severity": "High",
"title": "Potential SQL/JPQL Injection (JPA)",
"description": "The query is potentially vulnerable SQL/JPQL injection",
"remediation": "The input values included in SQL queries need to be passed in safely. Bind variables in prepared statements can be used to easily mitigate the risk of SQL injection.",
"signature": "XC5jcmVhdGUoTmF0aXZlKT9RdWVyeVwo",
"condition": [
{
"signature": "aW1wb3J0XHNqYXZheFwucGVyc2lzdGVuY2VcLihFbnRpdHlNYW5hZ2VyfFR5cGVkUXVlcnkpOw==",
"description": "check if it imports javax.persistence.(EntityManager|TypedQuery);"
}
],
"link": "https://www.owasp.org/index.php/Query_Parameterization_Cheat_Sheet",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_SERVLET_XSS",
"severity": "High",
"title": "Potential XSS in Servlet",
"description": "A potential XSS was found. It could be used to execute unwanted JavaScript in a client's browser.",
"remediation": "The best defense against XSS is context sensitive output encoding like the example above. There are typically 4 contexts to consider: \nHTML, JavaScript, CSS (styles), and URLs. Please follow the XSS protection rules defined in the OWASP XSS Prevention Cheat Sheet,\nwhich explains these defenses in significant detail.",
"signature": "XC5nZXQoUGFyYW1ldGVyfEF0dHJpYnV0ZSlcKHxwcmludChsbnxmKT9cKHx3cml0ZVwo",
"condition": [
{
"signature": "aW1wb3J0XHMoamF2YXhcLnNlcnZsZXRcLihodHRwXC5IdHRwU2VydmxldFJlcXVlc3R8anNwXC5Kc3BXcml0ZXIpfGphdmFcLmlvXC5QcmludFdyaXRlcik7",
"description": "check if it imports (javax.servlet.(http.HttpServletRequest|jsp.JspWriter)|java.io.PrintWriter);"
}
],
"link": "https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_XPATH",
"severity": "High",
"title": "Potential XPath Injection",
"description": "XPath injection risks are similar to SQL injection. If the XPath query contains untrusted user input, the complete datasource could be exposed. This could allow an attacker to access unauthorized data or maliciously modify the target XML.",
"remediation": "Refer to the documentation link to learn more about preventing XPath Injections",
"signature": "XC5zZWxlY3QoKFNpbmdsZSk/Tm9kZShJdGVyYXRvcnxMaXN0KT8pXCg=",
"condition": [
{
"signature": "aW1wb3J0XHNvcmdcLmFwYWNoZVwueHBhdGhcLlhQYXRoKEFQSSk/Ow==",
"description": "check if it imports org.apache.xpath.XPath(API)?;"
}
],
"link": "https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=61407250",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_XPATH",
"severity": "High",
"title": "Potential XPath Injection",
"description": "XPath injection risks are similar to SQL injection. If the XPath query contains untrusted user input, the complete datasource could be exposed. This could allow an attacker to access unauthorized data or maliciously modify the target XML.",
"remediation": "Refer to the documentation link to learn more about preventing XPath Injections",
"signature": "XC4oY29tcGlsZXxldmFsdWF0ZSlcKA==",
"condition": [
{
"signature": "aW1wb3J0XHNqYXZheFwueG1sXC54cGF0aA==",
"description": "check if it imports javax.xml.xpath"
}
],
"link": "https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=61407250",
"platform_version": "all",
"enabled": "true"
},
{
"id": "FSB_INJECTION_XXE",
"severity": "High",
"title": "XML Parsing Vulnerable to XXE ",
"description": "XML External Entity (XXE) attacks can occur when an XML parser supports XML entities while processing XML received from an untrusted source. It can be a vulnerability due unsafe usage either of SAXParser or XMLReader or DocumentBuilder.",
"remediation": "Refer to the documentation link to learn more about preventing XXE Injections",
"signature": "XC5wYXJzZVwo",
"condition": [
{
"signature": "aW1wb3J0XHMoamF2YXhcLnhtbFwucGFyc2Vyc1wuKFNBWFBhcnNlcihGYWN0b3J5KT98RG9jdW1lbnRCdWlsZGVyKEZhY3RvcnkpPyl8b3JnXC54bWxcLnNheFwuWE1MUmVhZGVyKEZhY3RvcnkpPyk7",
"description": "check if it imports org.xml.sax.XMLReader or javax.xml.parsers.DocumentBuilder or javax.xml.parsers.SAXParser"
}
],
"link": "https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=61702260",
"platform_version": "all",
"enabled": "true"
}
]
}