Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSS vulnerability in ResourceUtilization with enabled TreeGroup feature #8865

Closed
SergeyMaltsev opened this issue Mar 22, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@SergeyMaltsev
Copy link
Contributor

Steps to reproduce

  1. Open example
    https://bryntum.com/products/schedulerpro/examples/resourceutilization/

Add xss to column renderer before last line in renderer

return `<img src="xss" onerror="console.log('Failed')">`;
// record.key will have either resource or event so display its name
// return record.key?.name || record.key;

After example reload everything is encoded.

  1. Scroll resource histogram down. You will Receive an xss error.

XSSFail

@SergeyMaltsev SergeyMaltsev added the bug Something isn't working label Mar 22, 2024
@SergeyMaltsev SergeyMaltsev changed the title XSS vulnerability in resource ResourceUtilization with enabled TreeGroupLevels XSS vulnerability in ResourceUtilization with enabled TreeGroupLevels feature Mar 22, 2024
@arcady-zherdev arcady-zherdev changed the title XSS vulnerability in ResourceUtilization with enabled TreeGroupLevels feature XSS vulnerability in ResourceUtilization with enabled TreeGroup feature Mar 22, 2024
@matsbryntse matsbryntse added this to the 5.6.9 milestone Mar 23, 2024
@isglass isglass self-assigned this Mar 25, 2024
@isglass isglass added in progress ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed in progress ready for review Issue is fixed, the pull request is being reviewed BLOCKING labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants