An issue was discovered in Nim before 1.6.2. The RST module of the Nim language stdlib, as used in NimForum and other products, permits the javascript: URI scheme and thus can lead to XSS in some applications. (Nim versions 1.6.2 and later are fixed; there may be backports of the fix to some earlier versions. NimForum 2.2.0 is fixed.)
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Link | Tags |
---|---|
https://github.com/nim-lang/nimforum | third party advisory |
https://forum.nim-lang.org/t/8852 | vendor advisory issue tracking |
https://github.com/nim-lang/Nim/pull/19134 | third party advisory patch |
https://github.com/nim-lang/Nim/compare/v1.6.0...v1.6.2 | third party advisory |
https://github.com/nim-lang/Nim/commit/46275126b89218e64844eee169e8ced05dd0e2d7 | third party advisory patch |