91³Ô¹ÏÍø

Watch CBS News

Martin Shkreli denied prison release by judge who calls him "delusional"

Martin Shkreli, the convicted pharmaceutical executive who is serving a seven-year prison term, was denied a request to be released to research a coronavirus treatment. The judge who made the ruling noted that probation officials viewed that claim as the type of "delusional self-aggrandizing behavior" that led to his conviction.

U.S. District Judge Kiyo Matsumoto said in a nine-page ruling Saturday that the man known as the "Pharma Bro" failed to demonstrate extraordinary and compelling factors that would require his release under home confinement rules designed to move vulnerable inmates out of institutions during the pandemic.

The biotech entrepreneur had co-authored a  from prison that examines the efficacy of existing drugs against the virus. In the paper's author statement, Shkreli had asked for a three month-furlough to assist with COVID-19 research, citing his credentials as a drug industry entrepreneur. 

"The industry response to COVID-19 is inadequate," Shkreli wrote in the paper. "All biopharmaceutical companies should be responding with all resources to combat this health emergency."

Matsumoto didn't agree with his reasoning. The low-security prison in Allenwood, Pennsylvania, where the 37-year-old Shkreli is locked up, has reported no cases of coronavirus among inmates and staff, and there's no evidence in his medical files to suggest a childhood bout with asthma continues to pose a significant health problem, Matsumoto wrote.

"Disappointed but not unexpected," Shkreli's lawyer, Benjamin Brafman, said.

Seven-year sentence

Shkreli is serving a seven-year prison sentence for a 2017 conviction for lying to investors about the performance of two hedge funds he ran, withdrawing more money from those funds than he was entitled to get, and defrauding investors in a drug company, Retrophin, by hiding his ownership of some of its stock.

A judge ordered Shkreli to forfeit $7.3 million.

Brafman filed court papers last month asking federal authorities to release him for three months and allow him to live at his fiancé's New York City apartment so he could do laboratory work "under strict supervision."

Shkreli wrote that his background "as a successful two-time biopharma entrepreneur, having purchased multiple companies, invented multiple new drug candidates" would make him a valuable asset.

Matsumoto rejected that, relaying concerns of probation officials that Shkreli's claim that he could develop a cure for coronavirus that "so far eluded the best medical and scientific minds in the world working around the clock" is "delusional self-aggrandizing behavior."

Shkreli first gained notoriety by buying the rights to a drug used to treat an infection that occurs in some AIDS, malaria and cancer patients and raising the price from $13.50 to $750 per pill. He is also known for attacking critics on social media and offering a bounty to anyone who could give him one of Hillary Clinton's hairs.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });