2 matches found
[SECURITY] Fedora 35 Update: pcre2-10.40-1.fc35
PCRE2 is a re-working of the original PCRE Perl-compatible regular expression library to provide an entirely new API. PCRE2 is written in C, and it has its own API. There are three sets of functions, one for the 8-bit library, which processes strings of bytes, one for the 16-bit library, which...
Mozilla Firefox字符映射错误显示漏洞
BUGTRAQ ID: 41866 CVE ID: CVE-2010-1210 Firefox是一款流行的开源WEB浏览器。 一些8位编码包含有未定义的位置,映射到了U+FFFD。在显示的时候,可能不会显示紧随之后的字符。例如,windows-1253中的 '\xD1', '\xD2', '\xD3', 'xD4'序列应为U+3A1, U+FFFD, U+3A3, U+3A4(也就是字符串ΡΣΤ),但实际结果为U+3A1, U+FFFD, U+3A4,缺少了U+3A3字符(也就是ΡΤ字符串,缺少Σ)。 在某些站点上这可能导致跨站脚本问题,因为服务器上过滤掉了某些应显示的字符。 Mozil...