Skip to content

Commit f4becb7

Browse files
authored
Update README.md
1 parent 248125e commit f4becb7

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

README.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1-
# NEO & MATRIX LMS Cross-site scripting attacks
2-
## (plus timer mismatch bug)
1+
# NEO & MATRIX LMS Cross-site scripting attacks (plus timer mismatch bug)
32

4-
### Introduction
3+
## Introduction
54

6-
This repository serves as a directory of both the writeups and the proof-of-concept for the investigation in to XSS vulnerabilities in the aforementioned peices of software
5+
This repository serves as a directory of both the writeups and the proof-of-concept for the investigation in to XSS vulnerabilities in the aforementioned peices of software.
76

8-
### Vulnerabities
9-
#### XSS
7+
## Vulnerabities
8+
### XSS
109

10+
| Component Tested | Is XSS possible? | Under what circumstances? | Possibly affected user groups | CVSS Attributed |
11+
|:---------------------:|:----------------:|:--------------------------------:|:-----------------------------:|:---------------:|
12+
| Debate Assignments | No | N/A | N/A | N/A |
13+
| Essay Assignments | No | N/A | N/A | N/A |
14+
| Forum Assignments | No | N/A | N/A | N/A |
15+
| Survey Assignments | Yes | Freeform Questions | Instructors | 5.4 (medium) |
16+
| Quiz Assigments | Yes | Arithmetic Questions | Instructors | 5.4 (medium) |
17+
| Task Descriptions | Yes | All task descriptions | Learners, Instructors | 4.8 (medium) |
18+
| User Portfolio/Locker | Yes | HTML files in a user's portfolio | Learners, Instructors | 5.4 (medium) |
19+
20+
### Timer
21+
22+
The timer on quiz assignments is client-side only, the server does not check the submission time, hence by disabling the timer client side we effectively disable the timer.
23+
24+
## License
25+
26+
![License Badge](https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by-nc.svg)
27+
28+
The aforementioned code and documents are protected and released to the public under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License which can be viewed in license.md or on the Creative Commons website (https://creativecommons.org/licenses/by-nc/4.0/). Any failure to comply with the terms designated in the license will be met with swift judicial action by the author.
29+
30+
By downloading, executing or otherwise transferring the contents of this repository by any means you are legally bound to the terms stipulated in the license.

0 commit comments

Comments
 (0)