Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions bounties/other/online-invoicing-system/1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Description

`online-invoicing-system` is vulnerable to `Cross-Site Scripting (XSS)`.

# Steps To Reproduce

1. Go to https://bigprof.com/appgini/applications/online-invoicing-system
2. click on Launch private demo on Gitpod https://gitpod.io/#https://github.com/bigprof-software/online-invoicing-system
3. login using appgini in all the fields and click on 3rd option "go to admin homepage...."
4. select total groups and click on edit button for anonymous
5. Edit the description with `aaaaa"<ScRiPt>alert('XSS')</ScRiPt>` and save
6. XSS will be triggered. And when u visit the grops.
57 changes: 57 additions & 0 deletions bounties/other/online-invoicing-system/1/vulnerability.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"PackageVulnerabilityID": "1",
"DisclosureDate": "2021-02-13",
"AffectedVersionRange": "*",
"Summary": "Cross-site Scripting (XSS)",
"Contributor": {
"Discloser": "",
"Fixer": ""
},
"Package": {
"Registry": "other",
"Name": "online-invoicing-system",
"URL": "https://github.com/bigprof-software/online-invoicing-system",
"Downloads": ""
},
"CWEs": [
{
"ID": "79",
"Description": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
],
"CVSS":
{
"Version": "3.1",
"AV": "N",
"AC": "L",
"PR": "N",
"UI": "R",
"S": "U",
"C": "L",
"I": "L",
"A": "N",
"E": "P",
"RL": "U",
"RC": "C",
"Score": "5.1"
},
"CVEs": [
""
],
"Repository": {
"URL": "https://github.com/bigprof-software/online-invoicing-system",
"Codebase": [
"PHP"
],
"Owner": "bigprof-software",
"Name": "online-invoicing-system",
"Forks": "17",
"Stars": "20"
},
"Permalinks": [
""
],
"References": [],
"PrNumber": "",
"FixSubmissionCount": ""
}