https://github.com/mbadanoiu/cve-2019-1332
CVE-2019-1332: Reflected Cross-Site Scripting in Microsoft SQL Server Reporting Services
https://github.com/mbadanoiu/cve-2019-1332
0-day cross-site-scripting cve cve-2019-1332 cves reflected-xss
Last synced: about 2 months ago
JSON representation
CVE-2019-1332: Reflected Cross-Site Scripting in Microsoft SQL Server Reporting Services
- Host: GitHub
- URL: https://github.com/mbadanoiu/cve-2019-1332
- Owner: mbadanoiu
- Created: 2024-02-04T16:20:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T16:30:43.000Z (about 1 year ago)
- Last Synced: 2025-01-12T09:29:31.738Z (4 months ago)
- Topics: 0-day, cross-site-scripting, cve, cve-2019-1332, cves, reflected-xss
- Homepage:
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CVE-2019-1332: Reflected Cross-Site Scripting in Microsoft SQL Server Reporting Services
A cross-site scripting (XSS) vulnerability exists when Microsoft SQL Server Reporting Services (SSRS) does not properly sanitize a specially-crafted web request to an affected SSRS server. An attacker who successfully exploited the vulnerability could run scripts in the context of the targeted user. The attacks could allow the attacker to read content that the attacker is not authorized to read, execute malicious code, and use the victim's identity to take actions on the site on behalf of the user, such as change permissions and delete content.
Note: To exploit the vulnerability, an attacker would need to convince an authenticated user to click a specially-crafted link to an affected SSRS server.
### Vendor Disclosure:
The vendor's disclosure and fix for this vulnerability can be found [here](https://msrc.microsoft.com/update-guide/en-us/advisory/CVE-2019-1332).
### Requirements:
This vulnerability requires:
- Convincing an authenticated SSRS user to click on a specially-crafted link### Proof Of Concept:
More details and the exploitation process can be found in this [PDF](https://github.com/mbadanoiu/CVE-2019-1332/blob/main/Microsoft%20SQL%20Server%20Reporting%20Services%20-%20CVE-2019-1332.pdf).