Hi ,
(reedited after more testing)
In v8.1 we're querying the rest api server as shown:
POST /AppServer/api/entities/Person?limit=15&displaycolumns=CCC_NIF;CentralAccount
Hi ,
(reedited after more testing)
In v8.1 we're querying the rest api server as shown:
POST /AppServer/api/entities/Person?limit=15&displaycolumns=CCC_NIF;CentralAccount
We have a similar problem while migrating the web portal from 7.1.3 to 8.1.1.
We get db journal errors and lockouts:
SQL injection by brute force attack detected in WHERE clause: ...
...
User session of…
Hello,
Is this a general problem with using LIKE operators in where clauses?
Yes.
Please see the following related to this as well: https://support.oneidentity.com/identity-manager/kb/288731/false-positive…
In this particular case, the "Fullpath LIKE" query can be rewritten using the BaseTreeCollection table. Try this:
UID_AErole in (select UID_Org
from basetreecollection
where uid_parentorg in …
Issue triggered in Manager tool on Custom Target System browsing both with direct DB and app server connections. Logged support ticket for 8.1.4 Manager client.
App Server log shows iterative cases when viewing accounts similar to:
WARN (ObjectLog 135169fe-a24d-49e5-8b76-0fdcb5ff08f2) : Potential SQL injection attack by brute-force, adding time penalty of 00:00:10.0390000, WHERE clause: ((cn like 'Permission -%' and UID_UNSGroupB in (select UID_UNSGroupB from UNSAccountBInUNSGroupB where UID_UNSAccountB = 'c6b536a8-eb4f-4e64-8c57-dd375789fe8f')))
Issue triggered in Manager tool on Custom Target System browsing both with direct DB and app server connections. Logged support ticket for 8.1.4 Manager client.
App Server log shows iterative cases when viewing accounts similar to:
WARN (ObjectLog 135169fe-a24d-49e5-8b76-0fdcb5ff08f2) : Potential SQL injection attack by brute-force, adding time penalty of 00:00:10.0390000, WHERE clause: ((cn like 'Permission -%' and UID_UNSGroupB in (select UID_UNSGroupB from UNSAccountBInUNSGroupB where UID_UNSAccountB = 'c6b536a8-eb4f-4e64-8c57-dd375789fe8f')))