CVE ID : CVE-2025-3825

Published : April 20, 2025, 12:15 p.m. | 2 hours, 34 minutes ago

Description : A vulnerability, which was classified as problematic, has been found in SourceCodester Web-based Pharmacy Product Management System 1.0. Affected by this issue is some unknown functionality of the file add-category.php. The manipulation of the argument txtcategory_name leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.

Severity: 2.4 | LOW

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-3826

Published : April 20, 2025, 1:15 p.m. | 1 hour, 33 minutes ago

Description : A vulnerability, which was classified as problematic, was found in SourceCodester Web-based Pharmacy Product Management System 1.0. This affects an unknown part of the file add-supplier.php. The manipulation of the argument txtsupplier_name/txtaddress leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.

Severity: 2.4 | LOW

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

package uytr;
import java.awt.Point;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
//import org.openqa.selenium.By;
//import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.Select;
public class Abi {
public static void main(String[] args) {
//System.setProperty(“webdriver.chrome.driver”, “C:UsersdhanaDownloadschromedriver-win64chromedriver-win64.exe”);
WebDriver driver=new ChromeDriver();
driver.get(“https://www.leafground.com/select.xhtml;jsessionid=node01o9qlws6megijfidmkoq8n2j0425439.node0”);
//driver.findElement(By.linkText(“Go to Dashboard”)).click();
WebElement sukanya= driver.findElement(By.className(“ui-selectonemenu”));
Select veera=new Select(sukanya);
String a=(String)veera.selectByVisibleText(“Playwright”);
System.out.println(a);
}

}