Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-15043— DBI::SQL::Nano versions from 1.42 before 1.651 for Perl have inverted <= and >= SQL operators on text

AI Predicted 5.9 Difficulty: Moderate EPSS 0.39% · P31

Possible ATT&CK Techniques 1AI

T1190 · Exploit Public-Facing Application

Affected Version Matrix 1

VendorProductVersion RangeStatus
HMBRANDDBI::SQL::Nano1.42< 1.651affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-15043

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
DBI::SQL::Nano versions from 1.42 before 1.651 for Perl have inverted <= and >= SQL operators on text
Source: CVE Program / CVE List V5
Vulnerability Description
DBI::SQL::Nano versions from 1.42 before 1.651 for Perl have inverted <= and >= SQL operators on text. DBI::SQL::Nano, DBI's built-in mini-SQL engine, evaluated WHERE predicates incorrectly in some cases. In the non-numeric string branch of the is_matched method, <= was evaluated using Perl's ge operator, and >= was evaluated using Perl's le operator. SQL::Nano is the fallback query engine for DBI's file-backed drivers (DBD::File, DBD::DBM, CSV-style drivers) whenever SQL::Statement is not installed, and is forced whenever DBI_SQL_NANO=1. Queries over such tables use these predicates directly. The impact depends on the context. Where an application relies on a WHERE clause to filter file-backed data for policy or authorization, an inverted <=/>= comparison silently returns the wrong rows.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
使用操作符不正确
Source: CVE Program / CVE List V5
Vulnerability Title
Perl dbi 处理逻辑错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Perl dbi是Perl组织开源的一种数据库接口模块。 Perl dbi 1.42版本至1.651之前版本存在处理逻辑错误漏洞,该漏洞源于在is_matched方法的非数字字符串分支中,<=和>= SQL运算符被错误反转,使用Perl的ge和le运算符进行评估,可能导致依赖WHERE子句过滤数据的应用程序返回错误行。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
HMBRANDDBI::SQL::Nano 1.42 ~ 1.651 -

II. Public POCs for CVE-2026-15043

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-15043

登录查看更多情报信息。

Patches & Fixes for CVE-2026-15043 (1)

Vendor Advisories for CVE-2026-15043 (1)

Same Patch Batch · HMBRAND · 2026-07-14 · 4 CVEs total

CVE-2026-60081DBI::ProfileData versions before 1.651 for Perl do not limit the path index
CVE-2026-60082DBI versions before 1.651 for Perl do not enforce statement handle consistency with the ro
CVE-2026-15392DBD::File versions before 1.651 for Perl do not ensure the table file is not a symlink to

IV. Related Vulnerabilities

V. Comments for CVE-2026-15043

No comments yet


Leave a comment