![]() |
Description: A relatively new Mirai-based botnet has been growing in sophistication and is now leveraging zero-day exploits for security flaws in industrial routers and smart home devices. [...]
January 7th, 2025 (6 months ago)
|
![]() |
Description: BIOS/UEFI vulnerabilities in the iSeq 100 DNA sequencer from U.S. biotechnology company Illumina could let attackers disable devices used for detecting illnesses and developing vaccines. [...]
January 7th, 2025 (6 months ago)
|
![]() |
Description: Today, the White House announced the launch of the U.S. Cyber Trust Mark, a new cybersecurity safety label for internet-connected consumer devices. [...]
January 7th, 2025 (6 months ago)
|
CVE-2024-28987 |
Description: CVE-2024-28987 Scanner & Exploiter - SolarWinds Web Help Desk
CVSS: CRITICAL (9.1)
January 7th, 2025 (6 months ago)
|
![]() |
Description: Darknet Market Ecosystem 2010-2018
January 7th, 2025 (6 months ago)
|
![]() |
Description: CISA has warned U.S. federal agencies to secure their systems against critical vulnerabilities in Oracle WebLogic Server and Mitel MiCollab systems that are actively exploited in attacks. [...]
January 7th, 2025 (6 months ago)
|
CVE-2024-12356 |
Description: The breach was carried out by exploiting CVE-2024-12356 in BeyondTrust cybersecurity company, just last week.
CVSS: CRITICAL (9.8) EPSS Score: 1.3%
January 7th, 2025 (6 months ago)
|
![]() |
Description: Washington state has sued T-Mobile over failing to secure the sensitive personal information of over 2 million Washington residents in a 2021 data breach. [...]
January 7th, 2025 (6 months ago)
|
![]() |
Description: In Netflix's Dope, Season 3, Episode 4, Dutch police raid drug criminals during an interview for the show
January 7th, 2025 (6 months ago)
|
![]() |
Description: Details
Persistent XSS vulnerability in image link handling of PHP-Textile versions 4.1.2 and older, when running the parser in restricted mode. In restricted mode it is expected that the input would be sanitized, allowing user-input (such as user comments) to be parsed and handled safely by the PHP-Textile library.
In restricted mode, the version 4.1.2 of the library does not sanitize or validate user-controllable href input in image links, but allows any link protocol or JavaScriptt links to be used. The vulnerability allows an attacker to add malicious JavaScript code to the page which is then executed when an unexpecting user clicks the link.
In non-restricted mode, the library allows mixed HTML input, and any link protocol by design. In restricted mode, text links were already handled correctly and the vulnerability only affects image links.
Resolution
This issue was fixed in PHP-Textile version 4.1.3. Version 4.1.3 disallows use of JavaScript in image links when the parser is ran in restricted mode. Restricted mode can be enabled with Parser::setRestricted() method prior to calling the parse method. For more information, see Parsing unstructed input in the project's README.
PoC
The following Textile input:
!securing.pl(Click Tu)!:javascript:document.innerHTML='<script>alert(1);</script>'+document.cookie)
Would render as the following HTML even in restricted mode:
<p><a href="javascript:document.innerHTML='<script>alert(1);</script>'+document.cook...
January 7th, 2025 (6 months ago)
|