View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010044 | 10000-004: Services | Spec | public | 2024-11-28 10:03 | 2025-01-14 17:33 |
Reporter | Gerhard Gappmeier | Assigned To | Matthias Damm | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 1.05.03 | ||||
Summary | 0010044: Bad advice in protecting from BruteForce attacks in ActivateSession | ||||
Description | The body text of ActivateSession contains the following excerpt:
The suggestion to differentiate handling based on connection type (IP address for unsecured and ApplicationInstanceUri for secured) is flawed. It is best practice to block access at the earliest opportunity, typically using IP filtering, to prevent unnecessary load on the system.
Introducing delays in service responses as a countermeasure against failed identity validation is counterproductive. This approach opens the door to Denial of Service (DoS) attacks.
Allowing the combination of SecurityPolicy None with encrypted user identity tokens creates a vulnerability where anonymous users can rapidly attempt password brute-forcing without delay, particularly in the absence of IP blocking. | ||||
Tags | No tags attached. | ||||
Commit Version | |||||
Fix Due Date | |||||
related to | 0010097 | assigned | Paul Hunkar | 10000-002: Security | Bad advice in protecting from BruteForce attacks in ActivateSession |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-11-28 10:03 | Gerhard Gappmeier | New Issue | |
2025-01-14 17:32 | Jim Luth | Issue cloned: 0010097 | |
2025-01-14 17:32 | Jim Luth | Relationship added | related to 0010097 |
2025-01-14 17:33 | Jim Luth | Assigned To | => Matthias Damm |
2025-01-14 17:33 | Jim Luth | Status | new => assigned |