• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Jforum Cross Scripting problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the time line for the patch implementation of Jforum for plugging up Cross scripting Vulnerability of Jforum ?



CVE-2013-3053
https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20130311-0_jforum_persistent_xss_v10.txt

 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

JForum 2.1.9 is obsolete, the chances of it being fixed are just about zero, IMO. The fix mentioned probably made it into the development version of JForum 3, which has at present no projected release date.

Instead of JForum 2.1.9, you should be using the fork at https://code.google.com/p/jforum2/ (to which I happen to be a committer). I'm not sure if that is still vulnerable; I'll try to find out.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tests confirm that JForum 2.3.x is not susceptible to this vulnerability. This is not the only XSS vulnerability in JForum 2.1.9 that was fixed along the route to 2.3.x.
 
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While this isn't an official patch, I've written up how JForum does XSS security, some background and the patch..

Crossposting the patch here since it is only one line. In bb_config.xml, change

to
 
I claim this furniture in the name of The Ottoman Empire! You can keep this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic