This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Top 10 2014-I8 Insufficient Security Configurability

From OWASP
Revision as of 23:02, 1 December 2015 by Craig Smith (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Back To The Internet of Things Top 10
Threat Agents Attack Vectors Security Weakness Technical Impacts Business Impacts
Application Specific Exploitability
AVERAGE
Prevalence
COMMON
Detectability
EASY
Impact
MODERATE
Application / Business Specific
Consider anyone who has access to the device. Attacker uses the lack of granular permissions to access data or controls on the device. The attacker could also us the lack of encryption options and lack of password options to perform other attacks which lead to compromise of the device and/or data. Attack could potentially come from any user of the device whether intentional or accidental. Insufficient security configurability is present when users of the device have limited or no ability to alter its security controls. Insufficient security configurability is apparent when the web interface of the device has no options for creating granular user permissions or for example, forcing the use of strong passwords. Manual review of the web interface and its available options will reveal these deficiencies. Insufficient security configurability could lead to compromise of the device whether intentional or accidental and/or data loss. Consider the business impact if data can be stolen or modified and control over the device assumed. Could your customers be harmed?
Is My Security Configurability Sufficient?

Checking for Insufficient Security Configurability includes:

  • Reviewing the administrative interface of the device for options to strengthen security such as forcing the creation of strong passwords
  • Reviewing the administrative interface for the ability to separate admin users from normal users
  • Reviewing the administrative interface for encryption options
  • Reviewing the administrative interface for options to enable secure logging of various security events
  • Reviewing the administrative interface for options to enable alerts and notifications to the end user for security events
How Do I Improve My Security Configurability?

Sufficient security configurability requires:

  1. Ensuring the ability to separate normal users from administrative users
  2. Ensuring the ability to encrypt data at rest or in transit
  3. Ensuring the ability to force strong password policies
  4. Ensuring the ability to enable logging of security events
  5. Ensuring the ability to notify end users of security events

Please review the following tabs for more detail based on whether you are a Manufacturer, Developer or Consumer

Example Attack Scenarios

Scenario #1: No ability to enforce strong password policies.

Admins and users are allowed to create passwords for their accounts.

Scenario #2: No ability to enable encryption of data at rest.

Password or other sensitive data stored on the device may not be encrypted.

In the cases above, the attacker is able to use the lack of these controls to get access to user accounts with weak passwords or access data at rest which has protection.


References

OWASP

External