Piyush Raj
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Real World Implications of OWASP IoT Top 10 2018 This paper proves the relevance of **OWASP IoT Top 10 2018** list and provides examples of vulnerable devices which in some way or another, utilizes the list. ## Timeline ```mermaid gantt title OWASP IoT Top 10 Journey section OWASP IoT Top 10 2014 :a1, 2014-01-01, 2018-01-12 IoT Top 10 2018 : 2018-01-12 , 2019-04-14 ``` # OWASP IoT Top 10 - Insecure Web Interface - Insufficient Authentication/Authorization - Insecure Network Services - Lack of Transport Encryption/Integrity Verification - Privacy Concerns - Insecure Cloud Interface - Insecure Mobile Interface - Insufficient Security Configurability - Insecure Software/Firmware - Poor Physical Security ## OWASP IoT Initiative ```graphviz digraph { compound=true rankdir=RL graph [ fontname="Source Sans Pro", fontsize=20 ]; node [ fontname="Source Sans Pro", fontsize=18]; edge [ fontname="Source Sans Pro", fontsize=12 ]; subgraph core { c [label="Vulnerabilities \n(CWEs)"] [shape=box] } c -> sync [ltail=session lhead=session] subgraph cluster1 { concentrate=true a [label="Developers,\nCustomers, Manufacturers, ..."] [shape=box] b [label="Infosec Community"] [shape=box] sync [label="IoT Devices" shape=plaintext ] b -> sync [dir="both"] sync -> a [dir="both"] label="OWASP IoT 2018" } } ``` # Correlating CWE(s) w/ OWASP IoT Top 10 - **Insecure Web Interface** **[CWE-20](https://cwe.mitre.org/data/definitions/20.html)** **[CWE-89](https://cwe.mitre.org/data/definitions/89.html)** **[CWE-601](https://cwe.mitre.org/data/definitions/601.html)** **[CWE-598](https://cwe.mitre.org/data/definitions/598.html)** **[CWE-650](https://cwe.mitre.org/data/definitions/650.html)** **[CWE-79](https://cwe.mitre.org/data/definitions/79.html)** **[CWE-352](https://cwe.mitre.org/data/definitions/352.html)** - **Insufficient Authentication/Authorization** **[CWE-276](https://cwe.mitre.org/data/definitions/276.html)** **[CWE-521](https://cwe.mitre.org/data/definitions/521.html)** **[CWE-312](https://cwe.mitre.org/data/definitions/312.html)** **[CWE-287](https://cwe.mitre.org/data/definitions/287.html)** **[CWE-284](https://cwe.mitre.org/data/definitions/284.html)** **[CWE-259](https://cwe.mitre.org/data/definitions/259.html)** **[CWE-598](https://cwe.mitre.org/data/definitions/598.html)** - **Insecure Network Services** **[CWE-120](https://cwe.mitre.org/data/definitions/120.html)** **[CWE-284](https://cwe.mitre.org/data/definitions/284.html)** **[CWE-20](https://cwe.mitre.org/data/definitions/20.html)** - **Lack of Transport Encryption/Integrity Verification** **[CWE-201](https://cwe.mitre.org/data/definitions/201.html)** **[CWE-327](https://cwe.mitre.org/data/definitions/327.html)** **[CWE-300](https://cwe.mitre.org/data/definitions/300.html)** **[CWE-200](https://cwe.mitre.org/data/definitions/200.html)** **[CWE-319](https://cwe.mitre.org/data/definitions/319.html)** - **Privacy Concerns** **[CWE-200](https://cwe.mitre.org/data/definitions/200.html)** **[CWE-359](https://cwe.mitre.org/data/definitions/359.html)** - **Insecure Cloud Interface** **[CWE-287](https://cwe.mitre.org/data/definitions/287.html)** **[CWE-307](https://cwe.mitre.org/data/definitions/307.html)** **[CWE-359](https://cwe.mitre.org/data/definitions/359.html)** **[CWE-598](https://cwe.mitre.org/data/definitions/598.html)** **[CWE-319](https://cwe.mitre.org/data/definitions/319.html)** - **Insecure Mobile Interface** **[CWE-312](https://cwe.mitre.org/data/definitions/312.html)** **[CWE-287](https://cwe.mitre.org/data/definitions/287.html)** **[CWE-359](https://cwe.mitre.org/data/definitions/359.html)** **[CWE-284](https://cwe.mitre.org/data/definitions/284.html)** **[CWE-613](https://cwe.mitre.org/data/definitions/613.html)** **[CWE-319](https://cwe.mitre.org/data/definitions/319.html)** - **Insufficient Security Configurability** **[CWE-15](https://cwe.mitre.org/data/definitions/15.html)** **[CWE-521](https://cwe.mitre.org/data/definitions/521.html)** **[CWE-295](https://cwe.mitre.org/data/definitions/295.html)** **[CWE-269](https://cwe.mitre.org/data/definitions/269.html)** **[CWE-285](https://cwe.mitre.org/data/definitions/285.html)** - **Insecure Software/Firmware** **[CWE-15](https://cwe.mitre.org/data/definitions/15.html)** **[CWE-798](https://cwe.mitre.org/data/definitions/798.html)** **[CWE-295](https://cwe.mitre.org/data/definitions/295.html)** - **Poor Physical Security** **[CWE-284](https://cwe.mitre.org/data/definitions/284.html)** **[CWE-20](https://cwe.mitre.org/data/definitions/20.html)** ## Common Weakness Enumeration (CWE) List Version 1.0 - **[CWE-201: Information Exposure Through Sent Data ](https://cwe.mitre.org/data/definitions/201.html)** - **[CWE-601: URL Redirection to Untrusted Site ('Open Redirect') ](https://cwe.mitre.org/data/definitions/601.html)** - **[CWE-300: Channel Accessible by Non-Endpoint ('Man-in-the-Middle') ](https://cwe.mitre.org/data/definitions/300.html)** - **[CWE-285: Improper Authorization ](https://cwe.mitre.org/data/definitions/285.html)** - **[CWE-319: Cleartext Transmission of Sensitive Information ](https://cwe.mitre.org/data/definitions/319.html)** - **[CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') ](https://cwe.mitre.org/data/definitions/79.html)** - **[CWE-15: External Control of System or Configuration Setting ](https://cwe.mitre.org/data/definitions/15.html)** - **[CWE-20: Improper Input Validation ](https://cwe.mitre.org/data/definitions/20.html)** - **[CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') ](https://cwe.mitre.org/data/definitions/89.html)** - **[CWE-312: Cleartext Storage of Sensitive Information ](https://cwe.mitre.org/data/definitions/312.html)** - **[CWE-307: Improper Restriction of Excessive Authentication Attempts ](https://cwe.mitre.org/data/definitions/307.html)** - **[CWE-359: Exposure of Private Information ('Privacy Violation') ](https://cwe.mitre.org/data/definitions/359.html)** - **[CWE-284: Improper Access Control ](https://cwe.mitre.org/data/definitions/284.html)** - **[CWE-200: Information Exposure ](https://cwe.mitre.org/data/definitions/200.html)** - **[CWE-259: Use of Hard-coded Password ](https://cwe.mitre.org/data/definitions/259.html)** - **[CWE-650: Trusting HTTP Permission Methods on the Server Side ](https://cwe.mitre.org/data/definitions/650.html)** - **[CWE-352: Cross-Site Request Forgery (CSRF) ](https://cwe.mitre.org/data/definitions/352.html)** - **[CWE-276: Incorrect Default Permissions ](https://cwe.mitre.org/data/definitions/276.html)** - **[CWE-521: Weak Password Requirements ](https://cwe.mitre.org/data/definitions/521.html)** - **[CWE-287: Improper Authentication ](https://cwe.mitre.org/data/definitions/287.html)** - **[CWE-327: Use of a Broken or Risky Cryptographic Algorithm ](https://cwe.mitre.org/data/definitions/327.html)** - **[CWE-598: Information Exposure Through Query Strings in GET Request ](https://cwe.mitre.org/data/definitions/598.html)** - **[CWE-613: Insufficient Session Expiration ](https://cwe.mitre.org/data/definitions/613.html)** - **[CWE-120: Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') ](https://cwe.mitre.org/data/definitions/120.html)** - **[CWE-798: Use of Hard-coded Credentials ](https://cwe.mitre.org/data/definitions/798.html)** - **[CWE-295: Improper Certificate Validation ](https://cwe.mitre.org/data/definitions/295.html)** - **[CWE-269: Improper Privilege Management ](https://cwe.mitre.org/data/definitions/269.html)** # Mapping of the IoT Top 10 (2014 vs 2018) ![](https://www.owasp.org/images/thumb/f/f0/2014_2018Mapping.png/1119px-2014_2018Mapping.png) # Examples of OWASP IoT Top 10 2018 List in Real World :fork_and_knife: | Type | Name of device | CWE | Security Impact | References | |------|----------------------------------------------------------------------|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------| | I1 | AXIS Cameras | CWE-20: Improper Input Validation | An attacker can edit any file in the operation system with root privileges. | https://www.exploit-db.com/exploits/41625 | | I1 | Routers D-Link DIR-300 | CWE-352: Cross-Site Request Forgery (CSRF) | An attacker can change admin’s password and get root privilegies. | http://seclists.org/fulldisclosure/2016/Nov/1 | | I1 | Loxone Smart Home | CWE-79: Improper Neutralization of Input During Web Page Generation (‘Cross-site Scripting’) | All device functions can be controlled via web-based commands by an attacker. | https://seclists.org/fulldisclosure/2015/May/55 | | I2 | In-Flight Entertainment Systems | CWE-287: Improper Authentication | An attacker can control the means of informing passengers. For example, it’s possible to spoof flight information values such as altitude or speed. | http://blog.ioactive.com/2016/12/in-flight-hacking-system.html | | I2 | DBPOWER U818A WIFI quadcopter drone | CWE-276: Incorrect Default Permissions | An attacker can read files from the device; for example, images and videos. | https://www.kb.cert.org/vuls/id/334207 | | I3 | Hikvision Wi-Fi IP Camera | CWE-284: Improper Access Control | An attacker can remotely exploit or disable the camera. | http://seclists.org/fulldisclosure/2017/Nov/43 | | I3 | Implantable Cardiac Device | CWE-284: Improper Access Control | An attacker can modify programming commands to the implanted device, which may result in rapid battery depletion and/or administration of inappropriate pacing or shocks. | https://www.fda.gov/MedicalDevices/Safety/AlertsandNotices/ucm535843.htm | | I4 | Samsung Smart TV | CWE-200: Information Exposure | An attacker can monitor the wireless network and conduct a brute force guessing attack to recover the key and decrypt the traffic. | https://securitytracker.com/id/1034504 | | I4 | DJI Spark drone | CWE-327: Use of a Broken or Risky Cryptographic Algorithm | An attacker can obtain access to the settings of the device. | https://embedi.org/blog/dji-spark-hijacking/ | | I5 | iBaby M6 baby monitor | CWE-359: Exposure of Private Information (‘Privacy Violation’) | An attacker can view any user’s information, including video recording details. | https://www.rapid7.com/docs/Hacking-IoT-A-Case-Study-on-Baby-Monitor-Exposures-and-Vulnerabilities.pdf | | I6 | Western Digital My Cloud | CWE-287: Improper Authentication | An attacker can get full control over the device. | https://www.securify.nl/advisory/SFY20170102/authentication_bypass_vulnerability_in_western_digital_my_cloud.html | | I7 | Fitness-trackers (Fitbit, Apple, Xiaomi, Garmin, Samsung and others) | CWE-319: Cleartext Transmission of Sensitive Information | An attacker can spy on fitness tracker users. | https://openeffect.ca/fitness-tracker-privacy-and-security/ | | I7 | Segway Ninebot | CWE-359: Exposure of Private Information (‘Privacy Violation’) | An attacker can gain access to a user’s geolocation. | https://www.ioactive.com/pdfs/IOActive-Security-Advisory-Ninebot-Segway-miniPRO_Final.pdf | | I8 | Smart Nest Thermostat | CWE-269: Improper Privilege Management | An unauthorized attacker can access Nest account. | http://www.blackhat.com/docs/us-14/materials/us-14-Jin-Smart-Nest-Thermostat-A-Smart-Spy-In-Your-Home.pdf | | I8 | ADSL device ZTE ZXDSL | CWE-15: External Control of System or Configuration Setting | An attacker can reset the configuration of the device. | https://blogs.securiteam.com/index.php/archives/3546 | | I9 | Devices by GeoVision | CWE-295: Improper Certificate Validation | An attacker can update firmware and get full control over the device. | http://seclists.org/fulldisclosure/2018/Feb/5 | | I9 | iSmartAlarm | CWE-295: Improper Certificate Validation | An attacker can get a user’s passwords or personal data. | http://seclists.org/fulldisclosure/2017/Jul/19 | | I10 | Baby monitors Mi-Cam | CWE-284: Improper Access Control | An attacker can spy on users. | https://www.sec-consult.com/en/blog/2018/02/internet-of-babies-when-baby-monitors-fail-to-be-smart/index.html | | I10 | Router TP-Link | CWE-284: Improper Access Control | An attacker can obtain root privilegies and make the devise a part of a botnet. | http://konukoii.com/blog/2018/02/16/5-min-tutorial-root-via-uart/ | ### Wrap up - IoT devices are very vulnerable - Most of the vulnerabilities belong to application security and can be corelated - ***OWASP IoT Initiative Rocks*** :fire: #### Thank you! :tada: ### References 1. CWE - CWE-928: Weaknesses in OWASP Top Ten (2013) (3.2) (https://cwe.mitre.org/data/definitions/928.html) 2. CWE - CWE-809: Weaknesses in OWASP Top Ten (2010) (3.2) (https://cwe.mitre.org/data/definitions/809.html) 3. CWE - CWE-629: Weaknesses in OWASP Top Ten (2007) (3.2) (https://cwe.mitre.org/data/definitions/629.html) 4. CWE - CWE-711: Weaknesses in OWASP Top Ten (2004) (3.2) (https://cwe.mitre.org/data/definitions/711.html) :::info **Find this document incomplete? :arrow_right_hook: @0x48piraj** ::: ###### TAGS : `Documentation` `IoT` `OWASP` `Security` `vulnerabilities`

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully