Projects

obedit is a Flash-based rich text editor. It will allow a user to edit text much like you would in an office-like application, with simple editing features like bold, italic, justification, block indents, text color, font and size selection, links, bullets, background color, and spell checking.
Frequently Asked Questions about obedit >
Critical Security Update
A Cross-Site Scripting Vulnerability (XSS) has been detected in obedit v3.03 (and all previous 3.x branch versions which support loading & saving documents.)
This has been fixed in the latest release v3.04b by making the following changes:
In the file libs/obedit_html_filter.inc.php, change line 397 from:
add2Doc(unicode_to_entities(utf8_to_unicode($data)));
to:
add2Doc(unicode_to_entities(utf8_to_unicode(htmlspecialchars($data))));
This is the only change that was made in release v3.04 so it is not necessary to download the entire release to fix an existing installation of obedit. Regardless of the method used, it is strongly encouraged you implement this change or download the latest version of obedit immediately.
| Project Name | Source | Preview |
|---|---|---|
| obedit 3.04 beta english (LGPL) |
ZIP (994K) | here |
| obedit 2.41 english (LGPL) | ZIP (390K) | here |
| obedit 2.41 english interface graphics (Photoshop, LGPL) | ZIP (22K) | n/a |
| Project Log - Changes | Date | Version |
|---|---|---|
|
15/02/08 | 3.04 |
|
23/04/05 | 3.03 |
|
23/04/05 | 3.02 |
|
22/04/05 | 3.01 |
|
26/03/05 | 3.00 |
|
07/16/03 | 2.41 |
|
03/04/03 | 2.40 |
|
07/22/03 | 2.35 |
|
07/21/02 | 2.0 |
|
07/20/02 | 1.0 |
