[jira] [Updated] (OFBIZ-12096) Post-auth XSS vulnerability at catalog/control/EditProductPromo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-12096) Post-auth XSS vulnerability at catalog/control/EditProductPromo

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-12096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-12096:
------------------------------------
    Description:
This vulnerability was reported by 牛治 <[hidden email]>:

Locations:
* catalog/control/EditProductPromo
* catalog/control/EditProductPromoCode

Description: the Promo Name and Promo Text input boxes on the EditProductPromo page have not a valid verification and result in an XSS attack.                                

Poc: Encode the characters of "<script>alert('poruin')</script>", and the poc after encoding is as follows "\x3C\x73\x63\x72\x69\x70\x74\x3E\x61\x6C\x65\x72\x74\x28\x27\x70\x6F\x72\x75\x69\x6E\x27\x29\x3C\x2F\x73\x63\x72\x69\x70\x74\x3E"

As this vulnerability  is a post-auth we did not create a CVE

  was:
This vulnerability was reported by 牛治 <[hidden email]>:

Locations:
* catalog/control/EditProductPromo
* catalog/control/EditProductPromoCode

Description: the Promo Name and Promo Text input boxes on the EditProductPromo page have not a valid verification and result in an XSS attack.                                

Poc: Encode the characters of "<script>alert('poruin')</script>", and the poc after encoding is as follows "\x3C\x73\x63\x72\x69\x70\x74\x3E\x61\x6C\x65\x72\x74\x28\x27\x70\x6F\x72\x75\x69\x6E\x27\x29\x3C\x2F\x73\x63\x72\x69\x70\x74\x3E"


> Post-auth XSS vulnerability at catalog/control/EditProductPromo
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-12096
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12096
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product/catalog
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Major
>
> This vulnerability was reported by 牛治 <[hidden email]>:
> Locations:
> * catalog/control/EditProductPromo
> * catalog/control/EditProductPromoCode
> Description: the Promo Name and Promo Text input boxes on the EditProductPromo page have not a valid verification and result in an XSS attack.                                
> Poc: Encode the characters of "<script>alert('poruin')</script>", and the poc after encoding is as follows "\x3C\x73\x63\x72\x69\x70\x74\x3E\x61\x6C\x65\x72\x74\x28\x27\x70\x6F\x72\x75\x69\x6E\x27\x29\x3C\x2F\x73\x63\x72\x69\x70\x74\x3E"
> As this vulnerability  is a post-auth we did not create a CVE



--
This message was sent by Atlassian Jira
(v8.3.4#803005)