Access Control: Joomla JoomBri Careers 3.3.0 - Cross-Site Scripting¶
Identifier:
joomla_joombri_careers_xss
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner |
|---|---|---|
Description¶
The attacker can send to victim a link containing a malicious URL in an email or instant message can perform a wide variety of actions, such as stealing the victim's session token or login credentials.
Reference:
- https://packetstormsecurity.com/files/168641/Joomla-JoomBri-Careers-3.3.0-Cross-Site-Scripting.html
- https://cxsecurity.com/issue/WLB-2022100024
- https://extensions.joomla.org/
Configuration¶
Example¶
Example configuration:
---
security_tests:
joomla_joombri_careers_xss:
assets_allowed:
- REST
- GRAPHQL
- WEBAPP
skip: false
Reference¶
assets_allowed¶
Type : List[AssetType]*
List of assets that this check will cover.
skip¶
Type : boolean
Skip the test if true.