Skip to content

Instantly share code, notes, and snippets.

@omarhashem123
omarhashem123 / CVE-2022-31798.txt
Created August 7, 2022 19:36
CVE-2022-31798 PoC
# Exploit Title: Nortek Linear eMerge E3-Series - account takeover
# Exploit Author: Omar Hashim
# Version: 0.32-07p
# Vendor home page: https://www.nortekcontrol.com/access-control/
# Vendor home page: https://linear-solutions.com/
# Authentication Required: No
# CVE: CVE-2022-31798
# Description
====================
@omarhashem123
omarhashem123 / CVE-2022-31499.txt
Created August 7, 2022 19:33
CVE-2022-31499 PoC
# Exploit Title: Nortek Linear eMerge E3-Series - Blind OS Command Injection
# Exploit Author: Omar Hashim
# Version: 0.32-09c
# Vendor home page: https://www.nortekcontrol.com/access-control/
# Vendor home page: https://linear-solutions.com/
# Authentication Required: No
# CVE: CVE-2022-31499
# POC:
====================
@omarhashem123
omarhashem123 / CVE-2022-31269.txt
Last active August 7, 2022 19:53
CVE-2022-31269 PoC
# Exploit Title: Nortek Linear eMerge E3-Series - Information Disclosure leads to access admin dashboard
# Exploit Author: Omar Hashim
# Version: 0.32-07p,0.32-07e,0.32-08f,0.32-09c
# Vendor home page : https://www.nortekcontrol.com/access-control/
# Vendor home page : https://linear-solutions.com/
# Authentication Required: No
# CVE : CVE-2022-31269
# Description
====================
import requests
import re
import argparse
import time
parser = argparse.ArgumentParser("No rate limit in registration functionality in https://community.appsheet.com/",
description='description:Tool that spider subdomains and extract endpoints')
parser.add_argument('-e', help='file contain emails')
parser.add_argument('-u', help='file contain usernames')
parser.add_argument('-p', help='password for accounts')