Lookup for vulnerable packages by Package URL.
| Purl | pkg:composer/october/backend@1.0.462 |
| Type | composer |
| Namespace | october |
| Name | backend |
| Version | 1.0.462 |
| Qualifiers |
|
| Subpath | |
| Is_vulnerable | true |
| Next_non_vulnerable_version | 1.1.2 |
| Latest_non_vulnerable_version | 1.1.2 |
| Affected_by_vulnerabilities |
| 0 |
| url |
VCID-3xk2-44ej-cybe |
| vulnerability_id |
VCID-3xk2-44ej-cybe |
| summary |
Cross-site Scripting
In OctoberCMS, a user with access to a markdown `FormWidget` that stores data persistently could create a stored XSS attack against themselves and any other users with access to the generated HTML from the field. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-11083, GHSA-w4pj-7p68-3vgv
|
| risk_score |
1.6 |
| exploitability |
0.5 |
| weighted_severity |
3.1 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-3xk2-44ej-cybe |
|
| 1 |
| url |
VCID-a3cc-swkj-cue8 |
| vulnerability_id |
VCID-a3cc-swkj-cue8 |
| summary |
October CMS vulnerable to Potential Host Header Poisoning on misconfigured servers
When running on servers that are configured to accept a wildcard as a hostname (i.e. the server routes any request, regardless of the HOST header to an October CMS instance) the potential exists for Host Header Poisoning attacks to succeed. See the following resources for more information on Host Header Poisoning:
- https://portswigger.net/web-security/host-header
- https://dzone.com/articles/what-is-a-host-header-attack |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2021-21265, GHSA-xhfx-hgmf-v6vp
|
| risk_score |
1.4 |
| exploitability |
0.5 |
| weighted_severity |
2.7 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-a3cc-swkj-cue8 |
|
| 2 |
| url |
VCID-ewyr-qxdf-w3eq |
| vulnerability_id |
VCID-ewyr-qxdf-w3eq |
| summary |
Improper Neutralization of Special Elements used in a Command ('Command Injection')
In OctoberCMS (october/october composer package) versions from 1.0.319 and before 1.0.466, any users with the ability to modify any data that could eventually be exported as a CSV file from the `ImportExportController` could potentially introduce a CSV injection into the data to cause the generated CSV export file to be malicious. This requires attackers to achieve the following before a successful attack can be completed: 1. Have found a vulnerability in the victims spreadsheet software of choice. 2. Control data that would potentially be exported through the `ImportExportController` by a theoretical victim. 3. Convince the victim to export above data as a CSV and run it in vulnerable spreadsheet software while also bypassing any sanity checks by said software. Issue has been patched in Build 466 (v1.0.466). |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-5299, GHSA-4rhm-m2fp-hx7q
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ewyr-qxdf-w3eq |
|
| 3 |
| url |
VCID-t976-3r1h-gye3 |
| vulnerability_id |
VCID-t976-3r1h-gye3 |
| summary |
Cross-site Scripting
October is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. In October CMS from and, backend users with access to upload files were permitted to upload SVG files without any sanitization applied to the uploaded files. Since SVG files support being parsed as HTML by browsers, this means that they could theoretically upload Javascript that would be executed on a path under the website's domain (`i.e.` `/storage/app/media/evil.svg)`, but they would have to convince their target to visit that location directly in the target's browser as the backend does not display SVGs inline anywhere, SVGs are only displayed as image resources in the backend and are thus unable to be executed. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-15249, GHSA-fx3v-553x-3c4q
|
| risk_score |
1.4 |
| exploitability |
0.5 |
| weighted_severity |
2.7 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-t976-3r1h-gye3 |
|
| 4 |
| url |
VCID-tu2z-fxdj-d7ac |
| vulnerability_id |
VCID-tu2z-fxdj-d7ac |
| summary |
Incorrect Authorization
October is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. In October CMS from and, backend users with the default "Publisher" system role have access to create & manage users where they can choose which role the new user has. This means that a user with "Publisher" access has the ability to escalate their access to "Developer" access. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-15248, GHSA-rfjc-xrmf-5vvw
|
| risk_score |
1.8 |
| exploitability |
0.5 |
| weighted_severity |
3.6 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-tu2z-fxdj-d7ac |
|
| 5 |
| url |
VCID-v864-ttb4-8qg7 |
| vulnerability_id |
VCID-v864-ttb4-8qg7 |
| summary |
Improper Neutralization of Alternate XSS Syntax
In OctoberCMS (october/october composer package) versions from 1.0.319 and before 1.0.466, a user with the ability to use the import functionality of the `ImportExportController` behavior can be socially engineered by an attacker to upload a maliciously crafted CSV file which could result in a reflected XSS attack on the user in question Issue has been patched in Build 466 (v1.0.466). |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-5298, GHSA-gg6x-xx78-448c
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-v864-ttb4-8qg7 |
|
| 6 |
| url |
VCID-vywb-8dxv-pfhg |
| vulnerability_id |
VCID-vywb-8dxv-pfhg |
| summary |
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
In October from version 1.0.319 and before version 1.0.467, pasting content copied from malicious websites into the Froala richeditor could result in a successful self-XSS attack. This has been fixed in 1.0.467. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-4061, GHSA-3pc2-fm7p-q2vg
|
| risk_score |
1.6 |
| exploitability |
0.5 |
| weighted_severity |
3.3 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-vywb-8dxv-pfhg |
|
|
| Fixing_vulnerabilities |
|
| Risk_score | 3.1 |
| Resource_url | http://public2.vulnerablecode.io/packages/pkg:composer/october/backend@1.0.462 |